mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 14:24:25 +00:00
Fix authentik uninstall+hubsite
This commit is contained in:
parent
97a48146cd
commit
1e670796a1
2 changed files with 2 additions and 2 deletions
|
@ -1092,7 +1092,7 @@ hubsite_service_adguard_home_priority: 1000
|
|||
# authentik
|
||||
hubsite_service_authentik_enabled: "{{ authentik_enabled }}"
|
||||
hubsite_service_authentik_name: Authentik
|
||||
hubsite_service_authentik_url: "https://{{ authentik_hostname }}""
|
||||
hubsite_service_authentik_url: "https://{{ authentik_hostname }}"
|
||||
hubsite_service_authentik_logo_location: "{{ role_path }}/assets/authentik.png"
|
||||
hubsite_service_authentik_description: "An open source identity provider"
|
||||
hubsite_service_authentik_priority: 1000
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
version: v1.9.16-0
|
||||
name: appsmith
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-authentik.git
|
||||
version: v2023.4.1-3
|
||||
version: v2023.4.1-4
|
||||
name: authentik
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-aux.git
|
||||
version: v1.0.0-0
|
||||
|
|
Loading…
Reference in a new issue