Part of puppet to ansible migration. current puppet config uses eyaml:
:eyaml:
:datadir: /opt/puppet/yamls
:pkcs7_private_key: /opt/puppet/secure/keys/eyaml_private_key.pkcs7.pem
:pkcs7_public_key: /opt/puppet/public/eyaml_public_key.pkcs7.pem
:extension: 'yaml'
Ansible has vault which achieves the encryption, but from what I have understood so far, it requires storing password as plain text in a file.
Can I use key combination similar to eyaml for ansible vault?