first commit

This commit is contained in:
Ludovic Cartier
2025-09-23 16:06:56 +02:00
commit de96d3c2bb
10 changed files with 206 additions and 0 deletions

12
handlers/main.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: 'apache2 reload'
systemd:
name: apache2
state: reloaded
tags: ['apache2']
- name: 'apache2 restart'
systemd:
name: apache2
state: restarted
tags: ['apache2']