You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Scenario: generate a random password, save it into a config file, encrypt the
file with ansible-vault then use it to configure db user password on remote.
I'd like this to happen in an automatic manner but when calling 'ansible-vault'
from within the task it goes into "waiting mode" -- prompting for the password
I'm guessing. I do call the playbook with '--ask-vault-pass'.
Perhaps my approach to the solving the problem needs to be changed. I could use
GPG but would like to stick to Ansible native tools. Any suggestions?