Skip to content
New issue

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

No htpasswd on masters #9

Open
rafabene opened this issue Jan 4, 2017 · 2 comments
Open

No htpasswd on masters #9

rafabene opened this issue Jan 4, 2017 · 2 comments

Comments

@rafabene
Copy link
Contributor

rafabene commented Jan 4, 2017

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
@raffaelespazzoli
Copy link
Owner

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.

@rafabene
Copy link
Contributor Author

rafabene commented Jan 5, 2017

It's not part of the distribution. I needed to install the package httpd-tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants