community.general/lib/ansible/inventory
Brian Coca 4319ddd5de allow users to control group var merge order (#22580)
* allow users to control group var merge order

With ansible_group_priority var at each group will determine merge order with siblings,
falling back to sorted names when priority is equal as it did before.

Parent/children relationships still work as they did and have higher precedence than priority

* move priority setting to groups, sourc indep

* now both inventory and play group follow priority

* removed double exception handling
2017-03-16 14:02:43 -04:00
..
vars_plugins
__init__.py added new 'order' directive to sort hosts in play 2017-03-16 12:13:29 -04:00
dir.py
expand_hosts.py
group.py allow users to control group var merge order (#22580) 2017-03-16 14:02:43 -04:00
host.py allow users to control group var merge order (#22580) 2017-03-16 14:02:43 -04:00
ini.py allow users to control group var merge order (#22580) 2017-03-16 14:02:43 -04:00
script.py Convert error to the native text type before writing to stderr 2017-02-07 18:01:58 -05:00
yaml.py allow users to control group var merge order (#22580) 2017-03-16 14:02:43 -04:00