community.general/lib/ansible/inventory
Pol Llovet 4432c01ceb Handle '#' in var strings by splitting on ' #'
If someone has a " #" in a quoted var string, it
will interpret that as a comment and refuse to
load the inventory file due to an unbalanced
quote. Noisy failure > unexpected behavior.
2013-05-31 12:34:45 -06:00
..
vars_plugins don't parse subdirs in host/group_vars 2013-05-13 11:04:49 +02:00
__init__.py performance optimization in inventory.groups_list() 2013-05-28 12:53:51 +02:00
dir.py Ignore inventory config files when using an inventory directory. 2013-04-20 09:10:19 -04:00
expand_hosts.py Alphabetic inventory hostname patterns. 2012-12-10 20:48:38 -06:00
group.py Fix group depth for nested groups 2013-02-09 22:52:35 -05:00
host.py Get all groups' variables in order of depth 2012-11-23 00:20:52 +01:00
ini.py Handle '#' in var strings by splitting on ' #' 2013-05-31 12:34:45 -06:00
script.py Fixed bug where a host entry in the inventory represented as a dict w/o a hosts or vars key was treated as a group and its vars essentially ignored. 2013-05-08 13:55:50 -04:00