I am creating my own dynamic inventory script. I have some variables that 
need to exist for every group throughout any playbook for this inventory. 
If I just emit and "all" group with a vars dictionary, would that be enough 
to get this working? Thanks

{
    "all"   : {
        "vars"    : {
            "a"   : true, 

        }
    },

.........

-- 
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/1a8a312d-018f-4206-992e-d03c5fff5d58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to