demo_ansible/site.yml

11 lines
329 B
YAML
Raw Permalink Normal View History

2021-04-04 16:45:11 +00:00
---
- hosts: all
roles:
- { role: bootstrap, tags: bootstrap }
- { role: borg, tags: borg }
- { role: unattended-upgrades, tags: unattended-upgrades }
- { role: wireguard, tags: wireguard }
- { role: docker, tags: docker }
- { role: watchtower, tags: watchtower }
- { role: traefik, tags: traefik }