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
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
..
callback_plugins Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples. 13 years ago
inventory Enable negated patterns 13 years ago
playbook Merge pull request #3114 from laggyluke/roles_combine_vars 13 years ago
runner Merge branch 'with_inventory_hostnames' of git://github.com/sdossett/ansible into inv_hostnames 13 years ago
utils Added basic support for hash_behaviour=merge in roles 13 years ago
__init__.py Version bump and assorted things to start new development version. 13 years ago
callbacks.py Merge branch 'callbackinit' of git://github.com/sergevanginderachter/ansible into devel 13 years ago
color.py Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter what ncurses says. 13 years ago
constants.py cleanup example config file + Squashed commit of the following: 13 years ago
errors.py cleanup example config file + Squashed commit of the following: 13 years ago
module_common.py Merge branch 'sha256' of git://github.com/jlund/ansible into devel 13 years ago