13 lines
397 B
YAML
13 lines
397 B
YAML
---
|
|
- name: Install servers
|
|
hosts: all
|
|
|
|
roles:
|
|
- { role: docker, tags: ["docker"] }
|
|
- { 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"] }
|