infrastructure/playbooks/node003.yml

26 lines
461 B
YAML
Raw Normal View History

2024-09-26 22:02:36 +00:00
---
- name: Run roles for node003
hosts: node003
roles:
- role: common
2024-10-01 23:04:14 +00:00
tags: common
2024-09-26 22:02:36 +00:00
- role: docker
2024-10-01 23:04:14 +00:00
tags: common
2024-09-26 22:02:36 +00:00
- role: backup
2024-10-01 23:04:14 +00:00
tags: backup
2024-09-26 22:02:36 +00:00
- role: caddy
2024-10-01 23:04:14 +00:00
tags: caddy
2024-09-26 22:02:36 +00:00
2024-10-01 23:04:14 +00:00
- role: acme_dns
tags: acme-dns
- role: linkwarden
tags: linkwarden
2024-09-26 22:02:36 +00:00
- role: mailcow
2024-10-01 23:04:14 +00:00
tags: mailcow
- role: umami
tags: umami
- role: watchtower
tags: watchtower
- role: wiki_js
tags: wiki_js