forked from bitlair/ansible
Cleanup thelounge playbook
This commit is contained in:
parent
8e2cc7e77a
commit
050205e95c
5 changed files with 61 additions and 74 deletions
|
@ -65,3 +65,9 @@
|
|||
- { role: "acme", tags: ["acme"] }
|
||||
- { role: "nginx", tags: ["nginx"] }
|
||||
- { role: "www", tags: ["www"] }
|
||||
|
||||
- hosts: chat
|
||||
roles:
|
||||
- { role: "acme", tags: [ "acme" ] }
|
||||
- { role: "nginx", tags: [ "nginx" ] }
|
||||
- { role: "chat", tags: [ "chat" ] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue