Solved some variable bugs and cleaned up

This commit is contained in:
2025-05-09 18:33:47 +02:00
parent 0d8027c908
commit e7c193f409
9 changed files with 18 additions and 48 deletions

View File

@@ -48,3 +48,9 @@ certbot_dns_propagation_wait_seconds: 40 # How long sho
certbot_flavor: san # Possible options: san (recommended, with a dns flavor like cloudflare, or hetzner), wildcard(doesn't function with www redirect), deicated
certbot_webroot_path: "/var/lib/letsencrypt/" # Path used by Certbot to serve HTTP-01 ACME challenges
certbot_cert_path: "/etc/letsencrypt/live" # Path containing active certificate symlinks for domains
## Docker Role Specific Parameters
docker_restart_policy: "unless-stopped"
# helper
_applications_nextcloud_oidc_flavor: "{{ applications.nextcloud.oidc.flavor | default('oidc_login' if applications.nextcloud.features.ldap | default(true) else 'sociallogin') }}"