Fix up deprecation
This commit is contained in:
parent
ed37286372
commit
43b7b61ffa
2 changed files with 7 additions and 7 deletions
|
@ -572,17 +572,17 @@ authentik_server_systemd_required_services_list_auto: |
|
||||||
([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled and authentik_database_hostname == devture_postgres_identifier else [])
|
([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled and authentik_database_hostname == devture_postgres_identifier else [])
|
||||||
}}
|
}}
|
||||||
|
|
||||||
authentik_server_container_additional_networks_auto: |
|
authentik_container_additional_networks_auto: |
|
||||||
{{
|
{{
|
||||||
([mash_playbook_reverse_proxyable_services_additional_network] if mash_playbook_reverse_proxyable_services_additional_network else [])
|
([mash_playbook_reverse_proxyable_services_additional_network] if mash_playbook_reverse_proxyable_services_additional_network else [])
|
||||||
+
|
+
|
||||||
([devture_postgres_container_network] if devture_postgres_enabled and authentik_database_hostname == devture_postgres_identifier and authentik_server_container_network != devture_postgres_container_network else [])
|
([devture_postgres_container_network] if devture_postgres_enabled and authentik_database_hostname == devture_postgres_identifier and authentik_container_network != devture_postgres_container_network else [])
|
||||||
}}
|
}}
|
||||||
|
|
||||||
authentik_server_container_labels_traefik_enabled: "{{ mash_playbook_traefik_labels_enabled }}"
|
authentik_container_labels_traefik_enabled: "{{ mash_playbook_traefik_labels_enabled }}"
|
||||||
authentik_server_container_labels_traefik_docker_network: "{{ mash_playbook_reverse_proxyable_services_additional_network }}"
|
authentik_container_labels_traefik_docker_network: "{{ mash_playbook_reverse_proxyable_services_additional_network }}"
|
||||||
authentik_server_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}"
|
authentik_container_labels_traefik_entrypoints: "{{ devture_traefik_entrypoint_primary }}"
|
||||||
authentik_server_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}"
|
authentik_container_labels_traefik_tls_certResolver: "{{ devture_traefik_certResolver_primary }}"
|
||||||
|
|
||||||
########################################################################
|
########################################################################
|
||||||
# #
|
# #
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
version: v1.9.16-0
|
version: v1.9.16-0
|
||||||
name: appsmith
|
name: appsmith
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-authentik.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-authentik.git
|
||||||
version: v2023.4.1-4
|
version: v2023.4.1-9
|
||||||
name: authentik
|
name: authentik
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-aux.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-aux.git
|
||||||
version: v1.0.0-0
|
version: v1.0.0-0
|
||||||
|
|
Loading…
Add table
Reference in a new issue