first commit
This commit is contained in:
7
solutions/apache.yml
Normal file
7
solutions/apache.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# apache_role.yml
|
||||
---
|
||||
- name: Configure Apache web servers
|
||||
hosts: dev
|
||||
become: true
|
||||
roles:
|
||||
- apache
|
||||
Reference in New Issue
Block a user