We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run
ansible 'masters' -i hosts -b -m shell -a "htpasswd -b /etc/origin/master/htpasswd "
It replies:
master1 | FAILED | rc=127 >> /bin/sh: htpasswd: command not found master3 | FAILED | rc=127 >> /bin/sh: htpasswd: command not found master2 | FAILED | rc=127 >> /bin/sh: htpasswd: command not found
The text was updated successfully, but these errors were encountered:
I can't explain that. htpasswd should be part of the standard redhat distribution. Can you ssh on one of the master nodes and try to run htpasswd.
htpasswd
Sorry, something went wrong.
It's not part of the distribution. I needed to install the package httpd-tools
No branches or pull requests
When I run
It replies:
The text was updated successfully, but these errors were encountered: