Updated with ipaclient setup and bootstrap

This commit is contained in:
Patrick Toal
2019-02-23 20:34:35 -05:00
parent 65ed5e0ce8
commit 832502de34
14 changed files with 255 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
---
- name: restart sssd
service: name=sssd state=restarted
- name: restart sshd
service: name=sshd state=restarted
- name: execute pam-auth-update
command: pam-auth-update --package
- name: restart ntp
service: name=ntp state=restarted