1
0
Fork 0
myserver-configuration/playbook.yml
2023-05-20 17:23:11 +02:00

13 lines
397 B
YAML

---
- name: Install servers
hosts: all
roles:
- { role: docker, tags: ["docker"] }
- { role: traefik, tags: ["traefik"] }
- { role: whoami, tags: ["whoami"] }
- { role: protonmail, tags: ["protonmail"] }
- { role: cloud, tags: ["cloud"] }
- { role: home_assistant, tags: ["home_assistant"] }
- { role: n8n, tags: ["n8n"] }
- { role: matrix, tags: ["matrix"] }