Initial commit
This commit is contained in:
14
roles/common/handlers/main.yml
Executable file
14
roles/common/handlers/main.yml
Executable file
@@ -0,0 +1,14 @@
|
||||
- name: Restart rsyslog
|
||||
systemd_service:
|
||||
name: rsyslog
|
||||
state: restarted
|
||||
|
||||
- name: Reload nginx
|
||||
systemd_service:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
|
||||
- name: Restart nginx
|
||||
systemd_service:
|
||||
name: nginx
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user