For a deployment, a script needs to be called, which either asks for password or accepts password from command line. As there are many users using ansible from a central machine to deploy stuff there is a question about how to design it:
AFAIK there is no chance to pass an input to the shell module. Therefore the only possiility I see is to put the password as a variable into the vault. The problem there is: when the playbook is called one sees the password on the ansible output (one sees the whole command with all parameters, including the password). How would you design such deployment? Thanks a lot -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1f197842-4f0b-417e-8764-e9bc4d5809a6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
