summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for user defined modules not overriding modules from core.win_prefix_modulesToshio Kuratomi2015-09-224-64/+131
* Update submodule refsToshio Kuratomi2015-09-222-15/+12
* Additional tweaks to callback output for delegate_toJames Cammarata2015-09-221-4/+10
* Show delegated-to host in callback messageJames Cammarata2015-09-221-2/+8
* Merge pull request #12461 from mgedmin/py3kJames Cammarata2015-09-221-2/+2
|\
| * Python 3: there's no basestringMarius Gedminas2015-09-221-2/+2
* | Merge pull request #12463 from mgedmin/fix-ansible-docJames Cammarata2015-09-221-3/+3
|\ \
| * | Fix option descriptions in ansible-doc outputMarius Gedminas2015-09-221-3/+3
* | | Tweak to the way new host variables are created for delegated hostsJames Cammarata2015-09-221-8/+9
|/ /
* | Set some default vars on hosts created for delegate_to connectionsJames Cammarata2015-09-221-0/+8
* | Restrict role param vars to tasks within that roleJames Cammarata2015-09-222-7/+9
|/
* Fix relative path bug in copy actionJames Cammarata2015-09-221-0/+2
* Merge pull request #12457 from ansible/warn-if-core-modules-not-presentJames Cammarata2015-09-211-1/+8
|\
| * Detect if core modules aren't installed and warn if that is the casewarn-if-core-modules-not-presentToshio Kuratomi2015-09-211-1/+8
* | fixed case in which boto3 is present but module is not using it yetBrian Coca2015-09-211-2/+2
|/
* Merge pull request #12452 from lambeau/develJames Cammarata2015-09-211-1/+1
|\
| * Fix typoNathaniel Schaaf2015-09-211-1/+1
* | Allow undefined var errors to bubble up when templating vars_files in certain...James Cammarata2015-09-211-1/+14
|/
* fixed typoBrian Coca2015-09-211-1/+1
* Merge pull request #12447 from mgedmin/py3kJames Cammarata2015-09-211-4/+5
|\
| * Python 3: there is no 'basestring'Marius Gedminas2015-09-211-4/+5
* | Also catch AnsibleUndefinedVariable errors when templating vars_files namesJames Cammarata2015-09-211-2/+2
* | Merge pull request #12448 from ansible/close-module-pathBrian Coca2015-09-211-37/+37
|\ \ | |/ |/|
| * Close module file once we're done reading from itclose-module-pathToshio Kuratomi2015-09-211-37/+37
|/
* Merge pull request #12446 from mcsalgado/dict_getJames Cammarata2015-09-201-4/+1
|\
| * Use dict.get()Victor Salgado2015-09-201-4/+1
|/
* Merge pull request #12431 from hslee16/develJames Cammarata2015-09-202-5/+8
|\
| * return None if group does not exist in inventory groupsAlex Lee2015-09-172-5/+8
* | Merge pull request #12097 from mgedmin/patch-1Toshio Kuratomi2015-09-201-4/+1
|\ \
| * | Fix typo, remove redundant paragraphMarius Gedminas2015-08-261-4/+1
* | | Add play context vars to list of variables before post validationJames Cammarata2015-09-191-4/+3
* | | Template handler names before checking to see if they need to runJames Cammarata2015-09-181-5/+8
* | | Merge pull request #12432 from mgedmin/py3kJames Cammarata2015-09-181-1/+3
|\ \ \
| * | | Python 3: there's no xrangeMarius Gedminas2015-09-181-1/+3
| | |/ | |/|
* | | Merge pull request #12436 from amenonsen/rangesJames Cammarata2015-09-183-5/+41
|\ \ \
| * | | Support «hosts: groupname[1:]» notation (~= 'the rest of the group')Abhijit Menon-Sen2015-09-183-5/+13
| * | | Add some tests for split/apply_subscriptAbhijit Menon-Sen2015-09-181-0/+28
* | | | Refactoring delegate_to codeJames Cammarata2015-09-183-77/+55
* | | | Fixing some bugs in _compute_delegate() in TaskExecutorJames Cammarata2015-09-181-12/+36
* | | | Merge pull request #12409 from mgedmin/patch-2Brian Coca2015-09-181-1/+1
|\ \ \ \
| * | | | Fix example formattingMarius Gedminas2015-09-171-1/+1
* | | | | Merge pull request #12440 from privateip/vcaBrian Coca2015-09-181-15/+153
|\ \ \ \ \
| * | | | | added new module object to vcaPeter Sprygada2015-09-181-15/+153
|/ / / / /
* | | | | Merge pull request #12425 from privateip/develBrian Coca2015-09-181-0/+165
|\ \ \ \ \
| * | | | | initial add of vca common modulePeter Sprygada2015-09-171-0/+165
* | | | | | fix for AIX network factsBrian Coca2015-09-181-1/+1
| |_|/ / / |/| | | |
* | | | | made boto3 non mandatoryBrian Coca2015-09-181-3/+9
* | | | | Update the submodule pointersToshio Kuratomi2015-09-182-12/+15
* | | | | added cs_user to changelogBrian Coca2015-09-181-0/+1
| |_|/ / |/| | |
* | | | Remove custom json encoder cleaner and strip proxy var stuff out before encodingJames Cammarata2015-09-172-14/+15