init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
6
ansible/roles/apache/handlers/main.yml
Normal file
6
ansible/roles/apache/handlers/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
-
|
||||
name: reload apache
|
||||
service:
|
||||
name: "{{ apache_service }}"
|
||||
state: reloaded
|
||||
Loading…
Add table
Add a link
Reference in a new issue