summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Module params should default to str in most cases.params-default-to-strToshio Kuratomi2016-02-101-2/+7
* Merge pull request #14261 from kamsz/develToshio Kuratomi2016-02-101-10/+20
|\
| * support for python < 2.7Kamil Szczygiel2016-02-091-16/+17
| * rename param from skip_ssl to validate_certsKamil Szczygiel2016-02-021-5/+5
| * added skip_ssl argument for VMware module to skip SSL verification (required ...Kamil Szczygiel2016-01-271-1/+10
* | Clarify error message when module replacer encounters a bad import line for m...Toshio Kuratomi2016-02-101-1/+1
* | Revert "centralized TERM signal handling"Brian Coca2016-02-103-9/+15
* | Catch exceptions during module execution so they don't fail the workerJames Cammarata2016-02-101-0/+3
* | centralized TERM signal handlingBrian Coca2016-02-093-15/+9
* | avoid termination message when term is internalBrian Coca2016-02-092-3/+4
* | Merge pull request #13678 from Etherdaemon/fix_datetime_objectsBrian Coca2016-02-091-0/+4
|\ \
| * | Proposed fix for ansible/ansible-modules-extras#1348 due to datetime.datetime...Etherdaemon2015-12-271-0/+4
* | | Submodule pointer update for develJames Cammarata2016-02-092-15/+12
* | | strip BECOME-SUCCESS at lower levelMatthew Stoltenberg2016-02-094-11/+3
* | | Filter become success string from the stdout of script resultsJames Cammarata2016-02-091-0/+1
* | | Also hide the before state of files with --diff and no_logToshio Kuratomi2016-02-081-2/+5
* | | Need to apply to_str to each element of the list so that we don't mix types i...Toshio Kuratomi2016-02-081-1/+1
* | | fix winrm erorr formattingBrian Coca2016-02-081-1/+1
* | | Merge pull request #14347 from bcoca/die_nowBrian Coca2016-02-085-8/+21
|\ \ \
| * | | correctly handle term signalsBrian Coca2016-02-085-8/+21
* | | | Merge pull request #14379 from defionscode/mod_argsBrian Coca2016-02-081-1/+1
|\ \ \ \
| * | | | Added more info to the no action detected errorJonathan Davila2016-02-081-1/+1
|/ / / /
* | | | Merge pull request #14317 from resmo/feature/fail_on_missing_paramsToshio Kuratomi2016-02-081-22/+35
|\ \ \ \
| * | | | module_utils/basic: add generic method for checking for missing params when a...Rene Moser2016-02-041-22/+35
* | | | | corrected several usages of deprecated bare varsBrian Coca2016-02-089-18/+18
* | | | | changed from deprecated implicit bare varBrian Coca2016-02-081-1/+1
* | | | | now check for description and listify if neededBrian Coca2016-02-081-6/+5
* | | | | Merge pull request #13883 from shaba/develBrian Coca2016-02-083-5/+10
|\ \ \ \ \
| * | | | | Add support ssh configs from /etc/openssh.Alexey Shabalin2016-01-143-5/+10
* | | | | | Also chmod the args file path when using become for old-style modulesJames Cammarata2016-02-081-0/+2
| |_|/ / / |/| | | |
* | | | | Merge pull request #14353 from felixfontein/develJames Cammarata2016-02-081-1/+1
|\ \ \ \ \
| * | | | | Allowing multiple tags to be specified in include's tags argument.Felix Fontein2016-02-061-1/+1
* | | | | | Update submodule refsToshio Kuratomi2016-02-072-12/+15
* | | | | | Allow setting run_command environment overrides for the life of an AnsibleModuleToshio Kuratomi2016-02-071-1/+7
|/ / / / /
* | | | | fixed bad tag exampleBrian Coca2016-02-051-1/+2
* | | | | really only want to prevent None typep hereBrian Coca2016-02-051-1/+1
* | | | | Merge pull request #14333 from dagwieers/some-typosBrian Coca2016-02-053-4/+4
|\ \ \ \ \
| * | | | | A few more typosDag Wieers2016-02-053-4/+4
|/ / / / /
* | | | | Handle run_once scenarios in the free strategyJames Cammarata2016-02-052-2/+22
* | | | | Make sure run_once tasks also set any_errors_fatal so all hosts failJames Cammarata2016-02-051-5/+5
* | | | | Fix for copy test as ansible_ssh_user is not set by default nowJames Cammarata2016-02-051-1/+1
* | | | | Merge pull request #14280 from bcoca/always_tag_setupBrian Coca2016-02-051-0/+1
|\ \ \ \ \
| * | | | | tag the setup task with alwaysBrian Coca2016-02-021-0/+1
* | | | | | Merge pull request #14330 from dagwieers/patch-9Brian Coca2016-02-051-1/+1
|\ \ \ \ \ \
| * | | | | | Fix small typoDag Wieers2016-02-051-1/+1
|/ / / / / /
* | | | | | added yumrepo to changelogBrian Coca2016-02-041-0/+1
* | | | | | revamped become pageBrian Coca2016-02-041-25/+27
* | | | | | Merge pull request #14313 from chouseknecht/net_template_changesPeter Sprygada2016-02-041-12/+17
|\ \ \ \ \ \
| * | | | | | Add safety check on _backup key.chouseknecht2016-02-041-1/+3
| * | | | | | When in context of a role, create backup dir within role_pathchouseknecht2016-02-041-11/+14