Dodan role za apache
This commit is contained in:
parent
d5b6fe1d92
commit
b324daff08
6 changed files with 675 additions and 0 deletions
5
roles/apache/handlers/main.yml
Normal file
5
roles/apache/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: reload apache
|
||||
service:
|
||||
name: apache2
|
||||
state: reloaded
|
||||
when: "'handler' not in ansible_skip_tags"
|
Loading…
Add table
Add a link
Reference in a new issue