Cleanup playbooks

This commit is contained in:
Tobias Reisinger 2024-10-13 20:31:23 +02:00
parent 89909cd6ae
commit eb76c93ae5
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 10 additions and 44 deletions
inventory/group_vars/all

View file

@ -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 }}"