adding setup role

This commit is contained in:
2021-03-03 18:07:10 +00:00
parent 05f9d07358
commit e69bddcc3e
6 changed files with 146 additions and 1 deletions

View 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