Rename common role to always
This commit is contained in:
parent
bff3308b0e
commit
825393bbd3
4 changed files with 6 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
- name: Run roles for node002
|
||||
hosts: node002
|
||||
roles:
|
||||
- role: common
|
||||
tags: always
|
||||
- role: always
|
||||
- role: backup
|
||||
tags: backup
|
||||
- role: lego
|
||||
|
@ -13,6 +12,8 @@
|
|||
vars:
|
||||
caddy_ports_extra:
|
||||
- 8448:8448
|
||||
- role: watchtower
|
||||
tags: watchtower
|
||||
|
||||
- role: authentik
|
||||
tags: authentik
|
||||
|
@ -56,8 +57,6 @@
|
|||
tags: uptime_kuma
|
||||
- role: vikunja
|
||||
tags: vikunja
|
||||
- role: watchtower
|
||||
tags: watchtower]
|
||||
- role: webhook
|
||||
tags: webhook
|
||||
- role: woodpecker
|
||||
|
|
|
@ -2,14 +2,15 @@
|
|||
- name: Run roles for node003
|
||||
hosts: node003
|
||||
roles:
|
||||
- role: common
|
||||
tags: common
|
||||
- role: always
|
||||
- role: docker
|
||||
tags: common
|
||||
- role: backup
|
||||
tags: backup
|
||||
- role: caddy
|
||||
tags: caddy
|
||||
- role: watchtower
|
||||
tags: watchtower
|
||||
|
||||
- role: acme_dns
|
||||
tags: acme-dns
|
||||
|
@ -19,7 +20,5 @@
|
|||
tags: mailcow
|
||||
- role: umami
|
||||
tags: umami
|
||||
- role: watchtower
|
||||
tags: watchtower
|
||||
- role: wiki_js
|
||||
tags: wiki_js
|
||||
|
|
Loading…
Reference in a new issue