Dodan role za apache

This commit is contained in:
polz 2025-07-30 17:12:38 +02:00
parent d5b6fe1d92
commit b324daff08
6 changed files with 675 additions and 0 deletions

View file

@ -0,0 +1,5 @@
- name: reload apache
service:
name: apache2
state: reloaded
when: "'handler' not in ansible_skip_tags"