init pangolin role
This commit is contained in:
18
ansible/roles/pangolin/tasks/templates/config.yaml.j2
Normal file
18
ansible/roles/pangolin/tasks/templates/config.yaml.j2
Normal file
@@ -0,0 +1,18 @@
|
||||
app:
|
||||
dashboard_url: "https://{{ pangolin_base_domain }}"
|
||||
|
||||
domains:
|
||||
domain1:
|
||||
base_domain: "{{ pangolin_base_domain }}"
|
||||
cert_resolver: "letsencrypt"
|
||||
|
||||
server:
|
||||
secret: {{ pangolin_secret_string }}
|
||||
|
||||
gerbil:
|
||||
base_endpoint: "{{ pangolin_base_domain }}"
|
||||
|
||||
flags:
|
||||
require_email_verification: {{ require_email_verification }}
|
||||
disable_signup_without_invite: {{ disable_signup_without_invite }}
|
||||
disable_user_create_org: {{ disable_user_create_org }}
|
||||
Reference in New Issue
Block a user