We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cd98f commit 3722450Copy full SHA for 3722450
ansible/roles/openondemand/defaults/main.yml
@@ -4,13 +4,17 @@
4
openondemand_auth: # "oidc" or "basic_pam"
5
openondemand_mapping_users: []
6
7
-## Variables for `openondemand_auth=oidc` :
+# Variables for openondemand_auth='oidc'
8
openondemand_oidc_client_id:
9
openondemand_oidc_client_secret:
10
openondemand_oidc_provider_url:
11
openondemand_oidc_crypto_passphrase:
12
openondemand_oidc_remote_user_claim: preferred_username
13
openondemand_oidc_scope: openid profile preferred_username
14
+openondemand_mapping_users: []
15
+
16
+# Variables for openondemand_auth='basic_pam'
17
+# None.
18
19
# SSL Certificates
20
openondemand_ssl_cert: /etc/pki/tls/certs/localhost.crt
0 commit comments