update_hosts.yml with motd, login page and rsyslog config
This commit is contained in:
9
ansible-5/roles/rsyslog/handlers/main.yml
Normal file
9
ansible-5/roles/rsyslog/handlers/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user