1
0
Fork 0
myserver-configuration/playbook.yml

11 lines
264 B
YAML
Raw Normal View History

2023-05-02 18:25:49 +02:00
---
- name: Install servers
2023-05-03 14:01:41 +02:00
hosts: all
2023-05-02 19:16:41 +02:00
roles:
2023-05-03 14:01:41 +02:00
- { role: docker, tags: ["docker"] }
2023-05-03 21:30:58 +02:00
- { role: traefik, tags: ["traefik"] }
2023-05-20 16:06:45 +02:00
- { role: whoami, tags: ["whoami"] }
- { role: protonmail, tags: ["protonmail"] }
- { role: cloud, tags: ["cloud"] }