Commit Graph

3757 Commits (42b7321d4bcf919680fff96db9d8d98119fb3952)

Author SHA1 Message Date
Brian Coca 42b7321d4b Merge pull request #10587 from bcoca/fix_unrelated_lookup_fail
dont break everything when one of the vars in inject does not template
10 years ago
Toshio Kuratomi 5808b68d35 Update module pointers 10 years ago
Brian Coca 06c837cd87 Merge pull request #7487 from nirvinehh/devel
Clean non-printable chars from stdout instead of dropping the whole thin...
10 years ago
Brian Coca 4dd233b0dd Merge pull request #10237 from emonty/remove-auth-token
Remove auth token and port openstack module_utils changes to v2 tree
10 years ago
Brian Coca f6714ac051 Merge pull request #10507 from renard/fix-patch-action-plugin
Fix patch action plugin
10 years ago
Monty Taylor 87c99b4675 Align verify parameter with validate_certs
The rest of ansible uses validate_certs, so make that the main
documented parameter. However, leave verify as an alias since that's the
passthrough value to the underlying libraries.
10 years ago
Brian Coca 0d1e2e74a1 converted error on play var initialization into warning with more information 10 years ago
Brian Coca 17e086fe8c dont break everything when one of the vars in inject does not template correctly, wait till its used 10 years ago
Monty Taylor 90ca386555 Add api timeout now that shade spports it everywhere 10 years ago
Brian Coca f337707ef1 updated ref to pickup latest docfixes 10 years ago
Brian Coca 4919c225e6 updated ref so docs can build 10 years ago
Brian Coca f812582d9c updated submodule refs 10 years ago
Toshio Kuratomi 68880a797d Update core to fix cloudformation problem 10 years ago
Brian Coca 299314c6b6 Merge pull request #10545 from resmo/feature/cloudstack-utils
cloudstack: common code used in cloudstack modules
10 years ago
Brian Coca 662b35cbce readded sudo/su vars to allow role/includes to work with passed sudo/su 10 years ago
Brian Coca 76e3a9c93a Merge pull request #9894 from 47lining/cloud_modules_sts_support_redux_ansible
Cloud Modules STS Support Redux
10 years ago
Toshio Kuratomi b7936009c2 Correct typo 10 years ago
Toshio Kuratomi 0ec1b025a9 Update the module pointers 10 years ago
Toshio Kuratomi 5bf9ea6298 make sure the shebang we inject into the module is a str
Fixes #8564
10 years ago
Rene Moser 3e7d959c9d cloudstack: module utils are BSD licensed 10 years ago
Rene Moser c066a60b7c cloudstack: fail_json() if library cs is not found 10 years ago
Rene Moser 1ba05dd3a2 cloudstack: add doc fragment 10 years ago
Rene Moser bb6d983290 cloudstack: add utils for common functionality 10 years ago
Toshio Kuratomi aaa25eb75c Make run_command() work when we get byte str with non-ascii characters (instead of unicode type like we were expecting)
Fix and test.

Fixes #10536
10 years ago
Toshio Kuratomi c024057e97 Fix assert to work with unicode values 10 years ago
Brian Coca 19ba26e9a5 makes raw module have quiet ssh so as to avoid extra output when not requried 10 years ago
Brian Coca 72586d0df5 updated to latest core/devel 10 years ago
Toshio Kuratomi 8d8c4c0615 Update modules for asg tag fix 10 years ago
Eri Bastos d4eddabb2a Patch for bug #10485 - ansible_distribution fact populates as 'RedHat' on Oracle Linux systems 10 years ago
Sébastien Gross 6888f1ccd9 [patch] Use _make_tmp_path to prevent from copying full patch file path. 10 years ago
Sébastien Gross 8a5f162e29 [patch] fix "remote_src" behavior according patch module documentation.
Patch documentation says "remote_src" us False by default. That was not
the case in the action plugin.
10 years ago
Brian Coca d4ebe77502 now use combine vars to preserve existing cached host vars 10 years ago
Brian Coca a53cf9d6fa now correctly aplies add_host passed variables last to override existing vars. 10 years ago
Brian Coca 0c57bed728 now add_host loads hostvars 10 years ago
Toshio Kuratomi 6264eb4e02 Pull in ec2_asg fixes from core modules 10 years ago
Toshio Kuratomi ac1c49302d Update core modules pointer 10 years ago
Brian Coca 456f83962d ignore PE methods that are not sudo for checksums until we get them working universally 10 years ago
Toshio Kuratomi 73f5a1fcdd Update the extras module pointer 10 years ago
Toshio Kuratomi b8efd3f777 Update core module pointer 10 years ago
Toshio Kuratomi 9dd5f8c758 Update core module pointer 10 years ago
Brian Coca fd2d7fe447 Merge pull request #10290 from bcoca/remove_bare_warning
removed bare variable detection as this confuses people
10 years ago
Brian Coca ba4e9a4c82 added missing become method inventory override 10 years ago
Toshio Kuratomi f9a66a7ff7 Update core module pointer 10 years ago
Toshio Kuratomi e42848e0fe Better comment for why we have get_checksum call itself sometimes 10 years ago
Brian Coca b11be68249 updated module ref 10 years ago
Brian Coca bbdcba53da fixed bug on using su on play level not setting become method correctly 10 years ago
Brian Coca a47c132695 slight changes to allow for checksum and other commands to work correctly with quoting 10 years ago
Toshio Kuratomi 37ab61c542 Update core pointer to make use of DOCKER_TLS_VERIFY env var:
https://github.com/ansible/ansible-modules-core/issues/946
10 years ago
Toshio Kuratomi 1bf0e60646 Update core module pointer 10 years ago
Brian Coca b783ea94bb fixed raw return check for privilege escalation 10 years ago