Cleanup playbooks
This commit is contained in:
parent
89909cd6ae
commit
eb76c93ae5
3 changed files with 10 additions and 44 deletions
inventory/group_vars/all
|
@ -19,8 +19,14 @@ container_registry:
|
|||
|
||||
services_path: /opt/services/
|
||||
|
||||
common_services:
|
||||
- always
|
||||
- backup
|
||||
- lego
|
||||
- caddy
|
||||
- watchtower
|
||||
|
||||
caddy_path: "{{ (services_path, 'caddy') | path_join }}"
|
||||
caddy_config_path: "{{ (caddy_path, 'config', 'conf.d') | path_join }}"
|
||||
managed_sites: []
|
||||
|
||||
certificates_path: "{{ (services_path, '_certificates') | path_join }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue