Re: [ansible-project] ansible ad-hoc commands using vault

2017-02-09 Thread Brian Coca
The private_key_file in config is for using your private ssh keys to connect, not for yaml encrypted files, Ansible will not decrypt it. -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group an

[ansible-project] ansible ad-hoc commands using vault

2016-10-24 Thread AC
Hello, I'm having an issue with ansible vault and my aws-private.pem ssh key. I can't seem to figure out the correct commands to use. I have an encrypted .yml file called '/etc/ansible/vars/main.yml'. This file was encrypted using ansible vault. In this file I have: # --- dependencies: []