Separate caddy container id grabbing into own role
Since other roles often rely on this not an actual new caddy server installation we should probably have it as its own little role.
This commit is contained in:
parent
a52cab2f61
commit
388a1d8cfc
8 changed files with 246 additions and 41 deletions
10
site.yml
10
site.yml
|
|
@ -21,7 +21,15 @@
|
|||
- name: Install caddy reverse proxy
|
||||
import_role:
|
||||
role: caddy
|
||||
tags: caddy
|
||||
tags:
|
||||
- caddy
|
||||
|
||||
- name: Grab caddy container id for all following services
|
||||
import_role:
|
||||
role: caddy_id
|
||||
tags:
|
||||
- caddy_id
|
||||
- always
|
||||
|
||||
- name: Install wallabag
|
||||
import_role:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue