--- - 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"] }