ansible/bank.yaml

8 lines
236 B
YAML

---
- hosts: bank
roles:
- { role: "common", tags: [ "common" ] }
- { role: "nft", tags: [ "nft" ] }
- { role: "nginx", tags: [ "nginx" ] }
- { role: "acme", tags: [ "acme" ] }
- { role: "bank", tags: [ "bank" ] }