--- - 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: portfolio, tags: ["portfolio"] } - { role: clean, tags: ["clean"] }