1
0
Fork 0
myserver-configuration/playbook.yml
2023-11-11 14:53:32 +01:00

24 lines
864 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: gitea, tags: ["gitea"] }
- { role: ryot, tags: ["ryot"] }
- { role: iptables, tags: ["iptables"] }
- { role: borg, tags: ["borg"] }
- { role: watchtower, tags: ["watchtower"] }
- { role: clean, tags: ["clean"] }