summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* custom callbacks with adhoc cliadhoc_callbackCharles Paul2015-12-093-5/+15
* adhoc avoids callbacks by default as it did beforeBrian Coca2015-12-092-5/+4
* Clarify language of delegate_facts documentationToshio Kuratomi2015-12-091-4/+4
* attribute defaults that are containers are a copyBrian Coca2015-12-091-0/+6
* removed unused 'pattern' from ansible.cfgBrian Coca2015-12-092-3/+6
* removed default from hosts to make it requriedBrian Coca2015-12-091-1/+1
* Revert "avoid persistent containers in attribute defaults"Brian Coca2015-12-099-29/+18
* Merge pull request #13489 from chouseknecht/galaxy-2.0James Cammarata2015-12-0911-115/+952
|\
| * Galaxy 2.0chouseknecht2015-12-0911-115/+952
* | Code smell test for specifying both required and default in FieldAttributesToshio Kuratomi2015-12-092-0/+11
* | Merge pull request #13488 from bcoca/field_defaultsJames Cammarata2015-12-099-18/+29
|\ \ | |/ |/|
| * avoid persistent containers in attribute defaultsBrian Coca2015-12-099-18/+29
|/
* clarified warning from tree callbackBrian Coca2015-12-091-1/+1
* added delegate_facts docsBrian Coca2015-12-081-0/+23
* keep string type filters as stringsBrian Coca2015-12-082-4/+6
* Merge pull request #13470 from Ichimonji10/make-webdocsJames Cammarata2015-12-082-13/+14
|\
| * Make "make webdocs" compatible with Python 3Jeremy Audet2015-12-082-13/+14
* | Preserve original token when appending to _raw_params in parse_kvJames Cammarata2015-12-081-3/+3
* | fixed typo in tree callback, added default dirBrian Coca2015-12-081-2/+3
* | updated with delegate_facts directiveBrian Coca2015-12-081-1/+1
* | Fix typo from 5ae850cJames Cammarata2015-12-084-4/+4
* | Make fact delegating configurable, defaulting to 1.x behaviorJames Cammarata2015-12-085-2/+6
* | Revert "Fix always_run support in the action plugin for template when copying"Brian Coca2015-12-081-1/+1
* | have always_run override check mode for a taskBrian Coca2015-12-081-0/+4
|/
* Fix always_run support in the action plugin for template when copyingJames Cammarata2015-12-081-1/+1
* Merge pull request #13471 from davidlballenger/issue_13438James Cammarata2015-12-081-1/+4
|\
| * Merge remote-tracking branch 'ansible/devel' into issue_13438David L Ballenger2015-12-0821-84/+119
| |\ | |/ |/|
* | Merge pull request #13273 from privateip/nxapiPeter Sprygada2015-12-081-25/+50
|\ \
| * | adds new device argument to nxapi command argumentsPeter Sprygada2015-12-051-25/+50
* | | adhoc does not load plugins by defaultBrian Coca2015-12-081-0/+3
* | | added new ec2_vpc_net_facts to 2.1 changelogBrian Coca2015-12-071-0/+1
* | | corrected usage of ec2.py's profile optionBrian Coca2015-12-071-3/+2
* | | Merge pull request #13450 from privateip/feature_ios_shared_moduleBrian Coca2015-12-071-18/+3
|\ \ \
| * | | bugfix for ios.py shared module argument creationPeter Sprygada2015-12-031-18/+3
* | | | Merge pull request #13445 from n-st/tasks-string-reprJames Cammarata2015-12-071-1/+4
|\ \ \ \
| * | | | More meaningful string representation for meta tasks (like 'noop' and 'flush_...Nils Steinger2015-12-051-1/+4
* | | | | Merge pull request #13455 from Yannig/devel_fix_debug_var_when_content_same_a...James Cammarata2015-12-071-1/+5
|\ \ \ \ \
| * | | | | Fix issue when var name is the same as content.Yannig Perré2015-12-071-1/+5
| | |_|/ / | |/| | |
* | | | | Use self.args when we parse arguments that way the arguments can be construct...Toshio Kuratomi2015-12-066-6/+6
* | | | | Add representers so we can output yaml for all the types we read in from yamlToshio Kuratomi2015-12-061-1/+11
|/ / / /
* | | | Merge pull request #13446 from lberruti/no_target_syslogBrian Coca2015-12-054-4/+4
|\ \ \ \
| * | | | Make no_target_syslog consistent.Luca Berruti2015-12-054-4/+4
| |/ / /
* | | | only set become defaults at last possible momentBrian Coca2015-12-052-7/+12
* | | | simplified get_hosts code to have 1 retrun pointBrian Coca2015-12-051-14/+14
* | | | Merge pull request #13444 from n-st/duplicate-host-bugfixBrian Coca2015-12-051-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Remove duplicates from host list *before* caching itNils Steinger2015-12-051-2/+2
|/ / /
* | | updated pull location in changelogBrian Coca2015-12-051-1/+1
* | | Merge pull request #13439 from sam-at-github/patch-2Brian Coca2015-12-041-2/+2
|\ \ \
| * | | Add fullstop to make sentence make sense. Touch parargraph while at it.sam-at-github2015-12-051-2/+2
|/ / /
| | * Add ssh_host support for MacOSX El Capitan.David L Ballenger2015-12-081-1/+4
| |/ |/|