Exercice: commit initial
This commit is contained in:
11
17.2_variable/myapache2/handlers/main.yml
Normal file
11
17.2_variable/myapache2/handlers/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# handlers file for myapache
|
||||
- name: reload httpd
|
||||
service:
|
||||
name: httpd
|
||||
state: reloaded
|
||||
|
||||
- name: reload firewalld
|
||||
service:
|
||||
name: firewalld
|
||||
state: reloaded
|
||||
Reference in New Issue
Block a user