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 Add python3-compat boilerplate to all .py files in lib/ansible 2015-10-19 18:36:19 -07:00
__init__.py added new 'order' directive to sort hosts in play 2017-03-16 12:13:29 -04:00
dir.py Allow unicode inventory filename 2016-10-15 16:54:51 -07:00
expand_hosts.py Be systematic about parsing and validating hostnames and addresses 2015-09-11 21:47:18 +05:30
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