Initial commit

This commit is contained in:
2025-09-02 10:55:09 +03:00
parent ecd28e9b97
commit 570e069ded
11 changed files with 150 additions and 0 deletions

14
roles/common/handlers/main.yml Executable file
View 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