forked from bitlair/ansible
Cleanup
This commit is contained in:
parent
c783601fa9
commit
792f2749b6
21 changed files with 160 additions and 58 deletions
8
wiki.yaml
Normal file
8
wiki.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
- hosts: wiki
|
||||
roles:
|
||||
- { role: "common", tags: [ "common" ] }
|
||||
- { role: "acme", tags: [ "acme" ] }
|
||||
- { role: "nginx", tags: [ "nginx" ] }
|
||||
- { role: "www", tags: [ "www" ] }
|
Loading…
Add table
Add a link
Reference in a new issue