update_hosts.yml with motd, login page and rsyslog config

This commit is contained in:
2021-12-22 15:12:51 -05:00
parent ebae058a0b
commit 14f8936790
16 changed files with 589 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
---
# handlers/main.yml
# define handlers here
- name: restart rsyslog
service: name={{ rsyslog.service }} state=restarted
- name: stop rsyslog
service: name={{ rsyslog.service }} state=stopped