Added all files
This commit is contained in:
7
examples/000_example/site.yml
Executable file
7
examples/000_example/site.yml
Executable file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: install and start apache
|
||||
hosts: webservers
|
||||
remote_user: root
|
||||
become: yes
|
||||
roles:
|
||||
- apache
|
||||
Reference in New Issue
Block a user