You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/inventory
martin f. krafft fd02443d42 Enable negated patterns
A host pattern of the form '!foo' by itself does not work, but
'all:!foo' does. If the first pattern is a negation, this commit
automatically prepends 'all'.

Signed-off-by: martin f. krafft <madduck@madduck.net>
13 years ago
..
vars_plugins Allow the group_vars and host_vars directories to be stored alongside the playbook as well as inventory. 13 years ago
__init__.py Enable negated patterns 13 years ago
dir.py don't want to ignore explicit cwd 13 years ago
expand_hosts.py Alphabetic inventory hostname patterns. 13 years ago
group.py optimization when adding child groups 13 years ago
host.py Get all groups' variables in order of depth 13 years ago
ini.py Use with guard for file reads. 13 years ago
script.py Support for all:vars in script inventories 13 years ago