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:
Adam Miller 2016-12-08 23:41:55 +00:00
parent 49655eec73
commit ebed0f9757

View file

@ -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 }}