Matt Martz
f6ecdf0b87
Handle sets differently than lists in wrap_var. Fixes #47372 ( #47510 )
2018-10-23 11:18:21 -05:00
Matt Martz
d5e4f37ca0
Ensure we don't overwrite roles from include/import_role when loading the play ( #47512 )
...
* Ensure we don't overwrite roles from include/import_role when loading the play. Fixes #47454
* Add changelog fragment
2018-10-23 11:08:48 -05:00
Felix Fontein
3afdb28209
docker_container: fix interaction of detach:no with auto_remove:yes ( #47396 )
...
* Behave better if auto_remove and output_logs are combined. Warn if output cannot be retrieved because of auto_remove.
* Add tests.
* Added changelog.
2018-10-23 07:51:24 +01:00
Dave Bendit
29b4b36501
Adding "internal" option to "docker_network" module ( #35370 )
...
Fixes #27065
2018-10-23 07:49:26 +01:00
Toshio Kuratomi
ccabc2bff5
Revert "[stable-2.7] Handle sets differently than lists in wrap_var. Fixes #47372."
...
This reverts commit 0e933f76ba
.
The tests for this were broken on centos6 because jinja2 does not have
a map filter on that platform. Tests need to be rewritten
2018-10-22 21:00:15 -07:00
Zhikang Zhang
b697da39c8
Fix problem where pip module cannot accept multiple extras
...
PR #46937
Fixes #46519
2018-10-22 22:21:45 +02:00
Martin Krizek
a0aa53d1a1
user: do not pass ssh_key_passphrase on cmdline
...
CVE-2018-16837
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
2018-10-22 14:00:55 -04:00
Matt Martz
c58de75f38
Handle sets differently than lists in wrap_var. Fixes #47372
2018-10-22 11:56:28 -04:00
Pablo
6497049f2a
Fix exception when including tasks from handlers ( #47307 )
...
Set _notified_handlers for the task's _uuid that is run as a handler
Fix #47287
2018-10-22 10:46:36 -05:00
Christian Kotte
c50a69c2eb
VMware: New module vmware_host_powermgmt_policy ( #46688 )
...
* New module vmware_host_powermgmt_policy
* minor changes
Signed-off-by: Christian Kotte <christian.kotte@gmx.de>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-19 23:15:43 +05:30
Christian Kotte
cd988f645a
VMware: New module vmware_host_ipv6 ( #47275 )
...
* New module vmware_host_ipv6
* Minor changes
Signed-off-by: Christian Kotte <christian.kotte@gmx.de>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-19 22:34:17 +05:30
Christian Kotte
ea42ec7e90
VMware: Improve module vcenter folder ( #46497 )
...
* Add datacenter_name alias
* Improve vcenter_folder module
* add check mode support
* fix VM folder deletion
* fix folder deletion under parent folder
* fix (host) folder creation if two datacenters are present
2018-10-19 21:15:58 +05:30
Christian Kotte
dc2eb05491
VMware: Add check mode support to vmware_vmkernel_facts ( #47286 )
2018-10-19 19:24:34 +05:30
Anil Kumar Muraleedharan
0f943f7584
Adding full list of supported devices ( #46949 )
2018-10-19 09:49:29 -04:00
Pluggi
f13091d142
Add runtime option to docker_container module ( #47247 )
...
* Add runtime option to docker_container module
Signed-off-by: Antoine Bardoux <abardoux@nvidia.com>
* Add changelog fragment
Signed-off-by: Antoine Bardoux <abardoux@nvidia.com>
* Add idempotency test for docker_container.runtime
Signed-off-by: Antoine Bardoux <abardoux@nvidia.com>
2018-10-19 09:04:17 +01:00
Felix Fontein
131efcff9d
docker_network: add basic integration tests ( #46137 )
...
* Adding very basic integration tests for docker_network.
* Fixing some details (review comments).
2018-10-19 08:42:27 +01:00
Zim Kalinowski
b0c88ddab1
Adding postgresql firewall rule facts ( #45078 )
...
* adding postgresql firewall rule facts
* fixed sanity
* fixed sanity
* updating tests
* firewall rule facts updated
* fixed test
* fix crash
* small updates
* updated postgresql firewall rule
* removed unnecessary type
* fixed postgresql facts
* fixed azure
* one more fix
* test fixes
* fix class name
2018-10-19 15:13:45 +08:00
Felix Fontein
d2f524fb27
Use {{ ansible_python.executable }} instead of python in integration tests. ( #47340 )
2018-10-19 09:00:34 +02:00
Jordan Borean
e6a327fb82
ansible-test: add retry for Windows httptester download ( #47334 )
2018-10-19 15:15:03 +10:00
Jordan Borean
c0546b4133
win httptester: add wait for endpoint in case it is still coming up ( #47326 )
2018-10-19 13:43:54 +10:00
Claude Dioudonnat
1a51b08875
Fix increase fake disk size for filesytem's tests
2018-10-19 01:20:33 +02:00
Pierre-Louis Bonicoli
e016af3cc6
filesystem tests: enable LVM
...
Co-authored-by: Pierre-Louis Bonicoli <pierre-louis.bonicoli@libregerbil.fr>
2018-10-19 01:20:33 +02:00
Martin Krizek
541255a2d8
Do not strip new lines in native jinja ( #46751 )
...
* Do not strip new lines in native jinja
* Add changelog/fragment
2018-10-19 00:14:43 +02:00
Matt Martz
77d32b8f57
Don't use the task for a cache, return a special cache var ( #47243 )
...
* Don't use task to cache loop results, use hostvars. Fixes #47207
* Avoid a race condition, supply _ansible_loop_cache through get_vars directly
* Add tests
* Add changelog fragment
* Remove unnecessary copy
* Remove unnecessary host from _get_delegated_vars signature
2018-10-18 15:25:43 -05:00
Matt Clay
f74f7b0373
Add constraint for requests on python 2.6. ( #47306 )
...
* Add constraint for requests on python 2.6.
* Use constraints in lookup_hashi_vault test.
2018-10-18 13:05:29 -07:00
Matt Clay
14da4d66f2
Add constraints to pip install in setup_docker.
2018-10-18 10:25:48 -07:00
Ryan Brown
18a088c64e
GCP MagicModules bug fixes ( #47285 )
...
Closes : #46930 #46929 #46928 #46927 #46926 #46925 #46924 #46923 #46922 #46921 #46920 #46919 #46918 #46917 #46916 #46915 #46914 #46913 #46912 #46911 #46910 #46909 #46908 #46907 #46906 #46905 #46903 #46902 #46901 #46900 #46899 #46898 #46897 #46896 #46895 #46894 #46893 #46892 #46891 #46890 #46889 #46888 #46887 #46886 #46885 #46884 #46883 #46882 #46881 #46880 #46879 #46878 #46877 #46876 #46875 #46874 #46873 #46872 #46871 #46870 #46869 #46868 #46867 #46866 #46865 #46864 #46863 #46862 #46861 #46860 #46859 #46858 #46857 #46856 #46855 #46854 #46853 #46852
2018-10-18 10:55:42 -04:00
flowerysong
0fc639e755
ec2_tag: Fix removing tags without specifying a value ( #47228 )
2018-10-18 10:13:08 -04:00
Alex Stephen
3f629c426c
New GCP Module: gcp_compute_region_disk ( #46886 )
2018-10-18 10:08:14 -04:00
Pierre-Louis Bonicoli
7231f7da84
test-module: check availability of special attrs
2018-10-18 09:45:56 +02:00
Jordan Borean
5d2927c9a0
test: filesystem update note on test comment ( #47260 )
2018-10-18 17:10:16 +10:00
Shuang Wang
0c6513e9b1
add module aws_codecommit to represent AWS CodeCommit ( #46161 )
...
* kick off
* done for the day
* beta code and test
* fix a typo
* boto3_conn and boto_exception aren't used in this code, ec2_argument_spec is used but unneeded.
* Returning when find a match avoids doing extra work, especially when pagination is involved
* add new permissions for test
* (output is changed) is preferred over accessing the attribute directly.
* pass the result through camel_dict_to_snake_dict() before returning it.
* AnsibleAWSModule automatically merges the argument_spec.
* deletes the created resources even if a test fails.
* AnsibleAWSModule automatically merges the argument_spec.
* fix typo
* fix pep8
* paginate list_repositories
* specify permissions for test
* cut the unnecessary code.
* add return doc string
* add missed ':'
* fix syntax error: mapping values are not allowed here
* add description for return
* fix syntax error
* rename module name and turn off automated integration test.
2018-10-18 14:32:06 +10:00
Jordan Borean
ae5aeb9a67
filesystem: fix test to work on newer Fedora ( #47176 )
2018-10-18 05:36:37 +10:00
Jordan Borean
6666b070a9
openss: fix various test and Python 3 issues ( #47188 )
2018-10-18 05:29:18 +10:00
Matt Clay
1947d903cd
Mark azure_rm_{appserviceplan,webapp} unstable.
2018-10-17 11:36:12 -07:00
Aaron
9c08ff7a94
[aws] New module: iam_password_policy ( #36200 )
...
* Adding iam_password_policy module
* fixing various issues -- error handling, bugs
* fixing various issues based on tests
* renaming dummy var
* fixing type reference in documentation
* adding int tests and other updates
* removing typo
* fixing auth for int tests
* removing int tests for now
* readding integration tests w/ unsupported designation
* removing conflicting group
* Update aliases
* Fix unused variable
2018-10-17 13:56:13 -04:00
Jordan Borean
dd46f953f6
postgresql_user: fix test errors on newer Fedora versions ( #47166 )
2018-10-17 14:01:11 +10:00
Jordan Borean
f720499337
gem: fix tests to work on newer Fedora hosts ( #47158 )
2018-10-17 10:43:30 +10:00
Matt Clay
d048785640
Update requirements for urllib3 for python 2.6.
2018-10-16 14:08:46 -07:00
Jordan Borean
9ba33f6ac1
test: openssl 1.1.x compatibility ( #47112 )
2018-10-17 05:38:52 +10:00
Matt Martz
02f4d0a57f
Ensure that an empty literal list with loop skips the task ( #47129 )
2018-10-16 13:35:10 -05:00
Matt Hoffman
acbecd5f23
adds redirect configurations and probes to azure_rm_appgateway ( #46607 )
2018-10-16 10:34:24 +08:00
jctanner
1ded3f9890
Handle non-ascii characters in foreman.py ( #46779 )
...
* Handle non-ascii characters in foreman.py
* Add test to validate non-ascii results
2018-10-15 21:40:51 -04:00
Zim Kalinowski
1c520ff70b
adding postgresql firewall rule ( #45077 )
...
* adding postgresql firewall rule
* fixed test problems
* add state into the doc
* use lropoller
* updated samples and some naming
2018-10-15 10:17:42 -07:00
Zim Kalinowski
ca5460dd86
Adding mysql firewall rule module ( #45074 )
...
* adding mysql firewall rule
* fixed mysql firewall rule
* use mgmtclient from common
* fix pep8
* small updates
* minor docs fix
2018-10-15 10:11:26 -07:00
jctanner
0b15ad00c1
Add a test target for the foreman inventory script ( #46837 )
...
Add a test target for the foreman inventory script
2018-10-14 20:51:25 -04:00
Jordan Borean
6e2897647c
win test: add http tester container to Windows tests ( #46606 )
2018-10-13 08:20:00 +10:00
Matt Martz
a06a5ded61
Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 ( #46833 )
2018-10-12 10:43:09 -05:00
Nathaniel Case
e9a7a741f8
Add missing connection param to test ( #46831 )
2018-10-12 09:41:16 -04:00
Christian Kotte
ade5d938c3
VMware: Improve module vmware_host_config_manager ( #46264 )
...
* Improve module description
* Add check mode support and change message
2018-10-12 15:16:12 +05:30