ansible/fotos.yaml

6 lines
119 B
YAML

---
- hosts: fotos
roles:
- { role: "common", tags: [ "common" ] }
- { role: "photos", tags: [ "photos" ] }