OSBS: also need to change the httpasswd file location

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-08-07 12:16:06 +02:00 committed by Pierre-Yves Chibon
parent ca28f7951e
commit 81da6f2e69

View file

@ -206,7 +206,7 @@
roles:
- role: ansible-ansible-openshift-ansible
cluster_inventory_filename: "{{ inventory_filename }}"
openshift_htpasswd_file: "/etc/origin/htpasswd"
openshift_htpasswd_file: "/etc/origin/master/htpasswd"
openshift_master_public_api_url: "https://{{ osbs_url }}:8443"
openshift_release: "v3.11"
openshift_ansible_path: "/root/openshift-ansible"