>
> Is there a way to list all files in a repo that are encrypted via 
> ansible-vault?
>

grep -rl '$ANSIBLE_VAULT;1.1'

Look at the first line of an ansible vault encrypted file and play around a 
bit with the magic string

I also prefer to name my vault files ending in .vault.

Cheers,
Paul 

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/12ec0740-486a-424e-a95d-a89fb3ba1ff7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to