On 9/16/22 9:08 PM, Evan Hisey wrote:
In a follow up to you line of thought, this really looks a variable (in the example) better handle by usin ansible vault than a variable file. It was designed for things like passwords.
Oh, for sure: *--- # group_vars/all/web_centric_vars.yml web_foopass: !vault | $ANSIBLE_VAULT;1.2;AES256;xyz 36323135366637613635323035653831393030323833396134653837646335626430346162336634 3233363235653030333932323762316137346564656664320a303164373831383362383935346638 37653039646163613537646565376633383866326361323063303162326232303532623835623331 6439393135396463630a353237636238363963663366616536333536326234636262633865363533 3530 ...* -- Todd -- 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/0724945b-cb21-9b11-35b8-4019b8d5fb32%40gmail.com.
