Reorg diverses

This commit is contained in:
Auguste Bedloe
2023-12-21 22:37:22 +01:00
parent 78da7eef67
commit 71d35bb498
58 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
- name: restart icinga
service: name=icinga state=restarted
- name: stop icinga
service: name=icinga state=stopped
- name: start icinga
service: name=icinga state=started
- name: restart apache
service: name=apache2 state=restarted