set ansible-ansbile-openshfit-ansible cluter-inventory.j2 not to manage htpasswd
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
49655eec73
commit
ebed0f9757
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ ansible_ssh_user=root
|
|||
debug_level=2
|
||||
deployment_type=origin
|
||||
openshift_release={{ openshift_release }}
|
||||
openshift_master_manage_htpasswd=false
|
||||
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '{{ openshift_htpasswd_file }}'}]
|
||||
openshift_master_public_api_url={{ openshift_master_public_api_url }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue