Allow the /etc/ansible/hosts file to contain groups and those group names to be used in place

of pattern names.
This commit is contained in:
Michael DeHaan 2012-03-01 20:41:17 -05:00
parent 24d854e0bc
commit bed29b7e11
3 changed files with 44 additions and 18 deletions

View file

@ -23,7 +23,7 @@ DEFAULT_MODULE_NAME = 'ping'
DEFAULT_PATTERN = '*'
DEFAULT_FORKS = 3
DEFAULT_MODULE_ARGS = ''
DEFAULT_TIMEOUT = 60
DEFAULT_TIMEOUT = 10
DEFAULT_REMOTE_USER = 'root'
DEFAULT_REMOTE_PASS = None