1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/inventory
Serge van Ginderachter 40e60c947d Host specifiers should be sorted
to ensure consistent behavior, hosts should look like this:

    hosts: webservers:&boston:!rack42

So when applying the host selectors, run those without the "&" first,
then the &s, then the !s.

Closes #3500
2013-08-08 18:32:24 +02:00
..
vars_plugins Check against None around playbook basedir 2013-08-01 20:44:19 -04:00
__init__.py Host specifiers should be sorted 2013-08-08 18:32:24 +02:00
dir.py don't want to ignore explicit cwd 2013-06-04 21:06:49 -07:00
expand_hosts.py Add support for multiple ranges in a host 2013-06-06 22:27:30 +02:00
group.py optimization when adding child groups 2013-06-04 11:25:59 +02:00
host.py Get all groups' variables in order of depth 2012-11-23 00:20:52 +01:00
ini.py Add support for INI comments that begin with '#' or ';' 2013-08-06 11:41:07 -04:00
script.py If the result of a dynamic inventory script contains a "_meta" hash at top level 2013-08-04 11:34:42 -04:00