Hello. Sorry for my english. I have Ubuntu server 20.04, ansible core 2.11.3. my hosts file has only ip address in ansible.cfg is: remote_user = spravce private_key_file = /home/spravce/.ssh/spravce_id_rsa.ppk vault_password_file = /home/spravce/.ssh/password.txt
in .bashrc is : export ANSIBLE_VAULT_PASSWORD_FILE=/home/spravce/.ssh/password.txt i need create vault password file for private ssh key file for user "spravce" password maybye "heslo". will advise me the correct syntax of the script how to generate this password so that it serves as a password to the private key when logging in to the remote server. Thank you -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/616a9117-3f48-4d61-af3e-b6078e2ba549n%40googlegroups.com.
