ansible/common.yaml
2024-07-24 22:14:35 +02:00

7 lines
135 B
YAML

---
- hosts: debian
gather_facts: true
roles:
- { role: "common", tags: [ "common" ] }
- { role: "nft", tags: [ "nft" ] }