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

23 lines
829 B
YAML

---
- name: Install servers
hosts: all
roles:
- { role: docker, tags: ["docker"] }
- { role: ssh, tags: ["ssh"] }
- { role: wireguard, tags: ["wireguard"] }
- { role: traefik, tags: ["traefik"] }
- { role: metrics, tags: ["metrics"] }
- { role: whoami, tags: ["whoami"] }
- { role: protonmail, tags: ["protonmail"] }
- { role: dolibarr, tags: ["dolibarr"] }
- { role: cloud, tags: ["cloud"] }
- { role: vaultwarden, tags: ["vaultwarden"] }
- { role: home_assistant, tags: ["home_assistant"] }
- { role: n8n, tags: ["n8n"] }
- { role: matrix, tags: ["matrix"] }
- { role: gitlab, tags: ["gitlab"] }
- { role: iptables, tags: ["iptables"] }
- { role: borg, tags: ["borg"] }
- { role: watchtower, tags: ["watchtower"] }
- { role: clean, tags: ["clean"] }