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
|
- name: Run roles for node002
|
||||||
hosts: node002
|
hosts: node002
|
||||||
roles:
|
roles:
|
||||||
- role: common
|
- role: always
|
||||||
tags: always
|
|
||||||
- role: backup
|
- role: backup
|
||||||
tags: backup
|
tags: backup
|
||||||
- role: lego
|
- role: lego
|
||||||
|
@ -13,6 +12,8 @@
|
||||||
vars:
|
vars:
|
||||||
caddy_ports_extra:
|
caddy_ports_extra:
|
||||||
- 8448:8448
|
- 8448:8448
|
||||||
|
- role: watchtower
|
||||||
|
tags: watchtower
|
||||||
|
|
||||||
- role: authentik
|
- role: authentik
|
||||||
tags: authentik
|
tags: authentik
|
||||||
|
@ -56,8 +57,6 @@
|
||||||
tags: uptime_kuma
|
tags: uptime_kuma
|
||||||
- role: vikunja
|
- role: vikunja
|
||||||
tags: vikunja
|
tags: vikunja
|
||||||
- role: watchtower
|
|
||||||
tags: watchtower]
|
|
||||||
- role: webhook
|
- role: webhook
|
||||||
tags: webhook
|
tags: webhook
|
||||||
- role: woodpecker
|
- role: woodpecker
|
||||||
|
|
|
@ -2,14 +2,15 @@
|
||||||
- name: Run roles for node003
|
- name: Run roles for node003
|
||||||
hosts: node003
|
hosts: node003
|
||||||
roles:
|
roles:
|
||||||
- role: common
|
- role: always
|
||||||
tags: common
|
|
||||||
- role: docker
|
- role: docker
|
||||||
tags: common
|
tags: common
|
||||||
- role: backup
|
- role: backup
|
||||||
tags: backup
|
tags: backup
|
||||||
- role: caddy
|
- role: caddy
|
||||||
tags: caddy
|
tags: caddy
|
||||||
|
- role: watchtower
|
||||||
|
tags: watchtower
|
||||||
|
|
||||||
- role: acme_dns
|
- role: acme_dns
|
||||||
tags: acme-dns
|
tags: acme-dns
|
||||||
|
@ -19,7 +20,5 @@
|
||||||
tags: mailcow
|
tags: mailcow
|
||||||
- role: umami
|
- role: umami
|
||||||
tags: umami
|
tags: umami
|
||||||
- role: watchtower
|
|
||||||
tags: watchtower
|
|
||||||
- role: wiki_js
|
- role: wiki_js
|
||||||
tags: wiki_js
|
tags: wiki_js
|
||||||
|
|
Loading…
Reference in a new issue