mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-21 20:51:27 +00:00
starting auth section
This commit is contained in:
parent
733a46258b
commit
bbf1976a5f
2
.github/workflows/ansible-lint.yml
vendored
2
.github/workflows/ansible-lint.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
echo 'collections_paths = ./collections' >> ansible.cfg
|
||||
|
||||
- name: Install requirements
|
||||
run: ansible-galaxy collection install -r ansible/playbooks/requirements.yml -p collections
|
||||
run: ansible-galaxy install -r ansible/playbooks/requirements.yml
|
||||
|
||||
- name: Ansible Lint
|
||||
uses: ansible/ansible-lint-action@master
|
||||
|
3
ansible/inventory/idpinventory
Normal file
3
ansible/inventory/idpinventory
Normal file
@ -0,0 +1,3 @@
|
||||
# Placeholder
|
||||
[ipsilon]
|
||||
idp.rockylinux.org
|
@ -30,6 +30,9 @@
|
||||
- name: Configure harden settings
|
||||
include: tasks/harden.yml
|
||||
|
||||
- name: Configure PAM and SSSD
|
||||
include: tasks/authentication.yml
|
||||
|
||||
post_tasks:
|
||||
- name: Touching run file that ansible has ran here
|
||||
file:
|
||||
|
@ -2,3 +2,6 @@
|
||||
collections:
|
||||
- freeipa.ansible_freeipa
|
||||
- community.general
|
||||
|
||||
roles:
|
||||
- name: geerlingguy.mysql
|
||||
|
3
ansible/playbooks/tasks/authentication.yml
Normal file
3
ansible/playbooks/tasks/authentication.yml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
# Configures PAM and SSSD post-ipa client installation. It is recommended that
|
||||
# that we use a custom authselect profile and build it out from there.
|
Loading…
Reference in New Issue
Block a user