Commit graph

48726 commits

Author SHA1 Message Date
The Magician
528163ded2 Bug fixes for GCP modules () 2020-01-03 15:35:49 -05:00
The Magician
de01872e7c Bug fixes for GCP modules () 2020-01-03 15:35:40 -05:00
Dejan Lazar
47970d413e vrong usage of name tag in example ()
Docs: the capitalization of the tag should match in the description and the example. Change the example to "Name" (not "name") to match the description above in the efs_info module documentation.
2020-01-03 09:15:58 -06:00
Nicolas Quiniou-Briand
51570526a9 add example for 'search_paths' option ()
credit to GoneWacko, see  for reference
2020-01-03 09:04:28 -06:00
Abhijeet Kasurde
5e38d5a6dd lambda_info: Remove unused variable and import ()
* Clean up residual code from 

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-01-03 10:02:59 -05:00
Kevin Breit
633f64f780 Correct fetch_url error code documentation ()
HttpError is passed for 400 and above, not only greater than 400. Change docs to `>=` instead of `>`.
2020-01-03 08:31:20 -06:00
Rohit
2f996fc6e2
vyos_config bug fix ()
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
2020-01-03 17:35:37 +05:30
Matthew Davis
5493ea590c make concurrent aws_acm integration tests not clash ()
* add uuid for aws_acm test resources, allow concurrent tests

* remove debug task in aws_acm int test
2020-01-02 17:06:56 -07:00
GurTelem
0597c5d052 Fix typo () 2020-01-02 22:04:19 +01:00
Charles Crossan
d85f68cf6c Update Documentation for win_scheduled_task.py ()
Passing an empty string through this parameter is not gracefully handled by the module implementation, so adjust the documentation to only include the `PT0S` method of specifying unbounded `execution_time_limit`. The win_scheduled_task execution_time_limit must be set explicitly to an empty string to permit unbounded execution time.

A newly created task without a value for `TaskSettings.ExecutionTimeLimit` will default to 72 hours (https://docs.microsoft.com/en-us/windows/win32/taskschd/tasksettings-executiontimelimit) even if you omit the Ansible task parameter `execution_time_limit`.
2020-01-02 11:34:17 -06:00
qoreQyaS
506e2da0ff wording in examples changed ios to eos ()
wrong module was used in examples: should be eos_vlans not ios_vlans
2020-01-02 11:27:50 -06:00
Felix Fontein
14e32c85b4
Don't wait for removal during check mode. () 2020-01-02 17:51:52 +01:00
GurTelem
19f77faf7b Fixed typo in vultur module ()
Changed `exmaple` to `example`
2020-01-02 20:30:01 +05:30
Hannes Ljungberg
f31b8e08b2 docker_swarm_service: Fix parsing of Healthcheck.StartPeriod ()
* Parse Healthcheck.StartPeriod properly

* Add changelog fragment

* Use proper markup in changelog

Co-Authored-By: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
2020-01-02 09:23:36 -05:00
Andrew Klychkov
f7d4121446 postgresql_query: refactoring () 2020-01-01 05:15:48 -05:00
Laurent G
80896792c8 Correct spelling mistake in proxmox_kvm ()
* Correct a little spelling mistake in proxmox_kvm - changed 'update' to 'updated'
2019-12-30 21:20:56 +05:30
Mark Chappell
458268f4cb AWS Guidelines: Make 'security_token' optional so that they can be run outside of CI () 2019-12-30 08:38:20 +00:00
Nilashish Chakraborty
06927eab1f
Make autocost bandwidth calculation a floor division for Py3 compatibility ()
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-12-30 13:12:16 +05:30
Andrew Klychkov
fc2d7ae63e mysql_db: fix doc formatting () 2019-12-30 10:36:00 +05:30
DaiZhiwei
074190ae54 Update OS_FAMILY_MAP for EulerOS ()
Add support for EulerOS

Signed-off-by: Dai zhiwei daizhiwei3@huawei.com
2019-12-30 10:25:37 +05:30
Felix Fontein
4df5bdb11e
docker_container: wait for removal if removal is in process ()
* Allow to inspect containers directly.

* Wait for containers to be removed before recreating them.

* Also wait for containers to be removed before creating them.

* Add changelog.
2019-12-29 23:16:32 +01:00
Felix Fontein
17ef253ad1
docker_network: fix multiple subnet (of same IP version) idempotence ()
* Fix multiple subnet (of same IP version) idempotence for docker_network.

* Add changelog.

* Unit tests no longer make sense, since the part of the code they test has been removed.

* Re-add CIDR validation. Move it to better position (module setup instead of idempotence check).

* Update changelog.

* Only run new tests on VM test images.

* Actually do what is documented. Especially since an empty object is a valid value for aux_addresses.
2019-12-29 23:16:17 +01:00
Pedro Alvarez Piedehierro
30cfa92e90 docker_swarm_service: Fix description of limits.memory ()
This option corresponds to the '--limit-memory' option. Also
fix other mentions memory reservation instead of limit.
2019-12-29 21:18:46 +01:00
Brajendra Gouda
8456d4e354 update aws_eks_cluster.py () 2019-12-29 19:45:34 +10:00
Sumit Jaiswal
c5a2ba5217
To fix the bug where IOS vlans module throws traceback ()
* fix 64515

* add fix
2019-12-27 20:49:29 +05:30
Andreas Olsson
b733178bac nsupdate: Use provided TSIG key for all queries ()
In addition to signing update queries also use the TSIG key to sign
lookup queries. By doing that we allow a hidden master to not only to
be looked down network wise, but also TSIG wise.

A bonus benefit of threating update queries and lookup queries more
the same is that will allow for all queries to be refactored into a
shared helper method. Currently we have a bit too much duplicated code
within the module.
2019-12-27 16:02:24 +01:00
Mike Wiebe
c2fed8603c Fix nxos_user roles bug () 2019-12-27 15:51:17 +05:30
Rohit
52f3ce8a80
allowing banner without stripping spaces ()
Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
2019-12-27 12:43:09 +05:30
Adam Nowotny
da07b98b7a os_volume: optional bootable parameter for volume () 2019-12-27 11:04:17 +05:30
pypypyo14
c35a7b88d4 Homebrew: some functions ignored check_mode option ()
update_homebrew and upgrade_all now support check_mode

Fixes: 
2019-12-27 10:45:34 +05:30
Abhijeet Kasurde
4d1a57453e
homebrew_cask: Update documentation and examples ()
* properly document ``upgrade`` option as an alias to ``upgrade_all``, and not a separate option
* Update documentation.
* Update examples.

Fixes: 

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-12-27 10:08:18 +05:30
Dusan Matejka
82c63c0ac3 zabbix_host idempotency fix for situation where ZabbixAPI handles host groups case insensitively () 2019-12-25 10:30:51 -05:00
Abhay Kadam
2fa8f9cfd8 Fix env lookup plugin error on utf8 values ()
This commit fixes issue .

The env lookup plugin used to fail when environment variable value
contained any UTF-8 characters (e.g., δ, ζ).
2019-12-25 17:24:38 +05:30
Abhijeet Kasurde
05e2e18061
VMware: Add example for creating VM without disks ()
Fixes: 

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-12-24 22:40:02 +05:30
Nilashish Chakraborty
94e054755f
Fix nxos_l3_interfaces rendering of dhcp ()
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-12-24 21:58:30 +05:30
haiyuan_zhang
abad4fbf5e fixing () 2019-12-24 16:10:47 +08:00
Trishna Guha
cb2a45d286 fix nxos_hsrp keyerror ()
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-12-24 12:13:58 +05:30
Abhijeet Kasurde
683c467609
Check if task file is specified for import_tasks ()
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-12-24 10:26:32 +05:30
Abhijeet Kasurde
34acabd70a
VMware: Handle NoneType in vmware_vmkernel_info ()
Check for virtualNicManager in Esxi host system before accessing properties in vmware_vmkernel_info.

Fixes: 

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-12-24 09:38:38 +05:30
Toshio Kuratomi
365820f871 Add a banner which will display on the testing site. ()
* Add a banner which will display on the testing site.

Thanks to shane for the javascript code

* change to more noticable color

Co-authored-by: Sandra McCann <samccann@redhat.com>
2019-12-23 12:15:47 -05:00
choeffer
d85816396e Update os_group_info.py () 2019-12-23 11:29:14 -05:00
Dusan Matejka
6d65280dfc improved zabbix action conditions documentation in zabbix_action module () 2019-12-23 11:28:29 -05:00
Thomas Praxl
c0cf148eee Be more specific about the requirements per distro () 2019-12-23 10:35:26 -05:00
zingyb
57730505b5 fix AWS cloudfront purge_cache_behaviors misspelling () 2019-12-23 10:29:01 -05:00
Jeff Geerling
81465455cd Fixes : Remove ambiguous example from k8s docs to clarify file usage. () 2019-12-23 10:18:15 -05:00
Evgeni Golov
5c69e02a35 don't use with_file in exclusive=True examples () 2019-12-23 10:16:16 -05:00
Lénaïc Huard
10b6038e21 Fix pacman stdout parsing in the Ansible module ()
pacman output is localized and the Ansible module is parsing its output.
So, we need to force the locale.
Add changelog fragment

Fixes 
2019-12-23 14:23:46 +05:30
sky-joker
3caadca3f4 Include groups in name-based search results ()
add changelogs
2019-12-23 02:47:02 -05:00
Abhijeet Kasurde
5e271baa55
Revert "Don't rely anymore on locale-dependent wording in Pacman output ()" ()
This reverts commit cd0e038b74.
2019-12-23 09:34:37 +05:30
Étienne Deparis
cd0e038b74 Don't rely anymore on locale-dependent wording in Pacman output ()
Use line position instead, as specified in upstream pacman source code.

See: https://git.archlinux.org/pacman.git/tree/src/pacman/package.c#n260
Fixes: https://github.com/ansible/ansible/issues/64682
Fixes: https://github.com/ansible/ansible/issues/65237
2019-12-23 09:11:39 +05:30