I did this to see the relevant bits of ansible.cfg. Dunno if there’s a better way….I didn’t realise how rusty my bash is, tbh
egrep -v ‘#’ ansible.cfg | egrep -v ‘^[’ | egrep -v ‘^$’
I did this to see the relevant bits of ansible.cfg. Dunno if there’s a better way….I didn’t realise how rusty my bash is, tbh
egrep -v ‘#’ ansible.cfg | egrep -v ‘^[’ | egrep -v ‘^$’