refactor variables
This commit is contained in:
parent
88c646ea82
commit
7354dfa595
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
pangolin_secret: "{{ pangolin_crypted_secret }}"
|
||||
base_domain: "hassallab.it"
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
pangolin_site_id: "original-steppe-polecat"
|
||||
newt_compose_network: "proxy-network"
|
||||
|
||||
authentik_subdomain: "idp"
|
||||
|
||||
# The hostname at which authentik is served.
|
||||
authentik_base_domain: "{{ base_domain }}"
|
||||
|
||||
authentik_secret_key: "{{ authentik_crypted_secret_key }}"
|
||||
authentik_postgres_user: "authentik_ps"
|
||||
authentik_postgres_password: "{{ authentik_crypted_postgres_password }}"
|
||||
#authentik_api_token : "{{ authentik_crypted_token }}"
|
||||
|
||||
|
||||
authentik_email_enabled: false
|
||||
authentik_bootstrap_enabled: false
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
pangolin_site_id: 7drc3dz2bg5gbq5
|
||||
newt_secret: "{{ test_nginx_newt_secret }}"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
pangolin_dashboard_url: "https://pangolin.hassallab.it"
|
||||
pangolin_base_domain: "hassallab.it"
|
||||
pangolin_dashboard_url: "https://pangolin.{{ base_domain}}"
|
||||
pangolin_base_domain: "{{ base_domain }}"
|
||||
pangolin_secret: "{{ pangolin_crypted_secret }}"
|
||||
pangolin_admin_email: "hassallah@mail.com"
|
||||
|
||||
Loading…
Reference in New Issue