Add missing files

This commit is contained in:
Patrick Toal
2018-12-06 16:29:26 -05:00
parent 9e4c8093e5
commit 65ed5e0ce8
29 changed files with 1676 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
# handlers file for ansible-freeipa-client
#
- name: restart sssd
tags:
- sssd
- freeipaclient
become: true
service:
name=sssd
state=restarted
- name: restart ssh
tags:
- sssd
- freeipaclient
become: true
service:
name=ssh
state=restarted