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

--ask-pass does not work #2

Open
gcaracuel opened this issue Aug 10, 2016 · 2 comments
Open

--ask-pass does not work #2

gcaracuel opened this issue Aug 10, 2016 · 2 comments

Comments

@gcaracuel
Copy link

Added Ansible '-k' param when selecting the playbook (tricky and ugly solution) but this does not work for :async groups.

If you add that param to 2 differentt book in the same :asyn group powerplay will execute both at the same time so 2 different prompt asking the asking the password will be waiting while only one of them could be replied.

Any ideas how to manage with password hosts? No keybased login allowed in some of my VMs ;)

@flajann2
Copy link
Owner

Thanks. I think I will have to add a feature to allow for cleanly handling --ask-pass. In the meantime, you might consider defining an environment variable with the password(s) and accessing them in your playbooks.

@gcaracuel
Copy link
Author

I'll be waiting for that feature, and will try to work in that of course. Thanks!

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

No branches or pull requests

2 participants