1
0
Fork 0
myserver-configuration/playbook.yml
2023-06-09 01:25:26 +02:00

16 lines
516 B
YAML

---
- name: Install servers
hosts: all
roles:
- { role: docker, tags: ["docker"] }
- { role: ssh, tags: ["ssh"] }
- { 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"] }
- { role: iptables, tags: ["iptables"] }
- { role: clean, tags: ["clean"] }