forked from bitlair/ansible
9 lines
237 B
YAML
9 lines
237 B
YAML
---
|
|
|
|
- hosts: chat
|
|
roles:
|
|
- { role: "common", tags: [ "common" ] }
|
|
- { role: "nft", tags: [ "nft" ] }
|
|
- { role: "nginx", tags: [ "nginx" ] }
|
|
- { role: "acme", tags: [ "acme" ] }
|
|
- { role: "chat", tags: [ "chat" ] }
|