forked from bitlair/ansible
7 lines
232 B
YAML
7 lines
232 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" ] }
|