Adding initial files
This commit is contained in:
20
roles/common/handlers/main.yml
Normal file
20
roles/common/handlers/main.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
- name: restart ntp
|
||||
service:
|
||||
name: ntp
|
||||
state: restarted
|
||||
|
||||
- name: restart cron
|
||||
service:
|
||||
name: cron
|
||||
state: restarted
|
||||
|
||||
- name: restart fail2ban
|
||||
service:
|
||||
name: fail2ban
|
||||
state: restarted
|
||||
|
||||
- name: restart exim4
|
||||
service:
|
||||
name: exim4
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user