Add sks handlers
This commit is contained in:
parent
b6918e7d34
commit
8bb1a9e6f4
1 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,12 @@
|
|||
- name: restart rsyslog
|
||||
action: service name=rsyslog state=restarted
|
||||
|
||||
- name: restart sks-db
|
||||
action: service name=sks-db state=restarted
|
||||
|
||||
- name: restart sks-recon
|
||||
action: service name=sks-recon state=restarted
|
||||
|
||||
- name: restart sshd
|
||||
action: service name=sshd state=restarted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue