Problem scenario
You are using the ansible-vault command. You are not being prompted for a password as the documentation suggests you would be. You want to use ansible-vault create or ansible-vault edit and be prompted for a password. How can you specify a password manually? How can someone on a different Ansible server decrypt your encrypted files?
Possible solution #1
Modify the ansible.cfg file.
…