Closed JayKayy closed 8 years ago
I have an outstanding PR for upstream here: https://github.com/openshift/openshift-ansible/pull/1726
It requires either pre-hashed passwords be passed in, or a full htpasswd file could be specified.
@JayKayy @detiber going to go ahead and close this since the openshift-ansible PR has been merged.
What does this PR do?
This PR is used to create specified demo users in the designated htpasswd file.
How should this be manually tested?
simply head to
playbooks/rhc-htpasswd
, add your test host under host in thetest/inv
file and run the following command:ansible-playbook -i test/inv htpasswd.yaml
Then verify that logins of the users
joe
andalice
are added to the htpasswd file(default /etc/origin/openshift-passwd) using:htpasswd -v <htpasswdFile> <user>
Is there a relevant Issue open for this?
N/A
Who would you like to review this?
/cc @sabre1041 @oybed