10 lines
290 B
YAML
10 lines
290 B
YAML
---
|
|
|
|
- hosts: chat
|
|
roles:
|
|
- { role: "common", tags: [ "common" ] }
|
|
- { role: "nft", tags: [ "nft" ] }
|
|
- { role: "nginx", tags: [ "nginx" ] }
|
|
- { role: "acme", tags: [ "acme" ] }
|
|
- { role: "nodesource", tags: [ "nodesource" ] }
|
|
- { role: "chat", tags: [ "chat" ] }
|