Replace role_name with service_name

This commit is contained in:
Tobias Reisinger 2026-02-09 00:15:13 +01:00
parent bdf1f8891b
commit 2ff6488a70
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
98 changed files with 128 additions and 124 deletions

View file

@ -2,7 +2,7 @@
authentik_secret_key: "{{ undef() }}"
authentik_svc:
domain: "{{ all_services | service_get_domain(role_name) }}"
domain: "{{ all_services | service_get_domain(service_name) }}"
port: 9000
caddy_proxy_extra: "header_up X-Forwarded-Host {http.request.header.X-Forward-Auth-Host}"
image_tag: 2025.2

View file

@ -2,7 +2,7 @@
- name: Set common facts
ansible.builtin.import_tasks: tasks/set-default-facts.yml
- name: Deploy {{ role_name }}
- name: Deploy {{ service_name }}
vars:
svc: "{{ authentik_svc }}"
env: "{{ authentik_env }}"