Hugh
041ede30b3
Update azure_rm_appserviceplan_facts.py ( #58847 )
...
<!--- Your description here -->
+label: docsite_pr
2019-08-07 05:25:36 -04:00
Diane Wang
d5bff7a87f
VMware: vmware_export_ovf fix timeout and export path issue ( #60062 )
...
* fix timeout and export path issue
* change path type
2019-08-07 05:05:42 -04:00
Martin Nečas
279617a94e
add docs ( #60192 )
2019-08-07 04:41:33 -04:00
Jordan Borean
45d0e5994a
win_user - use proper error code when failing to validate creds ( #60181 )
2019-08-07 18:28:44 +10:00
sushma-alethea
92187ae53e
icx: new module icx_command ( #59903 )
...
* new module
* new cliconf
* cliconf
* icx cliconf
* icx test units module
* icx units module
* icx banner unit test
* added notes
* new changes
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
* new module
* new cliconf
* cliconf
* icx cliconf
* icx test units module
* icx units module
* icx banner unit test
* added notes
* new changes
* icx .rst
* modified platform_index.rst
* modified platform_index.rst
* changes resolved
* PR comments resolved
* Update platform_index.rst
PR comment resolved
* new module icx_command
* PR issue
* new PR fix
2019-08-07 13:27:24 +05:30
Martin Nečas
fb87bafaae
ovirt vnic network filter fix ( #59727 )
...
* init network filter fix
* add check_params
* update migratable state
* update pass through check
* update pep8 syntax
* allow remove description
* update_check change default attr for network_filter and qos
* update_check qos and network filter update
* add docs about exeption
* remove blank space
* update docs and add comments to conditions
* update comment
* update migratable var for pass_through enabled
2019-08-07 03:49:36 -04:00
Daniel Mellado Area
7b583e114d
Remove description from junos_l3_interfaces ( #60058 )
...
The description will be just handled by the _interfaces module, this one
will be just dealing with l3 config options.
2019-08-07 13:10:49 +05:30
The Magician
d165223f74
New Module: gcp_compute_autoscaler_facts ( #60097 )
2019-08-07 01:09:23 -04:00
dx0xm
24274b72c9
UCS: new module ucs_vlan_find ( #59220 )
...
* UCS: new module to find vlan(s) based on different criteria
* extending ucs doc
* doc update
* Minor fix
2019-08-07 09:02:23 +05:30
Chris Archibald
5673482460
bug fix ( #60140 )
2019-08-06 17:53:29 -04:00
Matt Martz
923e21836b
Move plugin loader playbook dir additions back to Playbook instead of PlaybookCLI ( #59557 )
...
* Move plugin loader playbook dir additions back to Playbook instead of PlaybookCLI. Fixes #59548
* Restore cli additions
2019-08-06 15:58:15 -05:00
Alex Stephen
61d60d07d1
no logging for service account contents ( #60149 )
...
* no logging for service account contents
* changelog
* fixes
2019-08-06 15:27:11 -05:00
Jordan Borean
94f5e2d9ed
ansible-galaxy - ignore cert failures for login ( #59959 )
2019-08-07 05:59:34 +10:00
Nathan Swartz
acbffce079
Host dev upstream ( #57086 )
...
* Improve netapp_e_host module
Add host type strings for windows, windows cluster, linux and vmware to netapp_e_host module
Make host port information case-insensitive in netapp_e_host module
Fix port removal and default group.
Fix port reassignment in netapp_e_host module.
Fix port label or address change within existing host object in module netapp_e_host
Add unit and integration tests
* Created new unit test for netapp_e_host module
2019-08-06 15:01:22 -04:00
Barry Peddycord III
80e5b2ade5
Update broken NCLU documentation link ( #60009 )
2019-08-06 13:46:31 -04:00
Wojciech Wypior
2af67f0dce
fixes issue with RD encoding in names ( #59990 )
...
fixes issue with file download function on ASM file transfer endpoints
corrects doc fragments
removes not used parameters
corrects various sanity failures previously ignored across multiple modules
2019-08-06 10:11:02 -07:00
monobaila
54b04f227e
Update validate example in copy.py ( #60053 )
2019-08-06 11:32:40 -04:00
Timal Peramune
faebe22439
Conflicting Documentation ( #60135 )
...
##### SUMMARY
"state" parameter isn't "required" since the default is already set to "present"
2019-08-06 11:32:12 -04:00
Timal Peramune
828e346f2c
Conflicting Documentation ( #60136 )
...
##### SUMMARY
"state" parameter isn't "required" since the default is already set to "present"
2019-08-06 11:31:13 -04:00
Timal Peramune
1c0b733489
Conflicting Documentation ( #60137 )
...
##### SUMMARY
"state" parameter isn't "required" since the default is already set to "present"
2019-08-06 11:27:50 -04:00
Nathan Swartz
a9aeabb456
Improve netapp_e_storagepool and add units. ( #57095 )
...
Refactored module to use eseries base class
Removed E322 and E326 for netapp_e_storage module from the ignore.txt file
Updated version_added quotes in netapp_e_storagepool
2019-08-06 10:02:14 -04:00
Nilashish Chakraborty
2c432f8bc7
Add vyos_l3_interfaces resource module ( #59929 )
...
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-08-06 19:30:58 +05:30
Daniel Mellado Area
e3681c049c
Add junos vlans resource module ( #59041 )
2019-08-06 16:00:01 +02:00
Abhijeet Kasurde
2a1393e0e1
VMware: Check dvswitch presence before accessing it ( #60052 )
...
Check if dvswitch object is not None before accessing it's
properties such as UUID. This can be due to two reason
1. Permission issues
2. There is no association between given distributed virtual portgroup
distributed virtual switch
Fixes : #59952
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2019-08-06 10:38:50 +05:30
kfattig
dd7b9627ad
Runas docs ( #60082 )
...
* Mention seclogon requirement in runas docs
* Mention seclogon requirement in Win become docs
2019-08-06 10:44:17 +10:00
Alex Stephen
ac5228390c
Removing validate-module exceptions on GCP modules ( #60113 )
...
* facts modules with new types
* remove ignores on sanity tests
* removing new modules
2019-08-05 16:17:06 -07:00
The Magician
2a64a84667
New Module: gcp_cloudtasks_queue_facts ( #60095 )
2019-08-05 18:38:09 -04:00
The Magician
4317a97c42
New Module: gcp_compute_autoscaler ( #60096 )
2019-08-05 18:38:00 -04:00
The Magician
26a2d84dba
New Module: gcp_compute_snapshot ( #60098 )
2019-08-05 18:37:51 -04:00
The Magician
820cfbbb77
Bug fixes for GCP modules ( #60089 )
2019-08-05 18:26:14 -04:00
The Magician
8241fd88de
Bug fixes for GCP modules ( #60090 )
2019-08-05 18:26:06 -04:00
The Magician
fcc869ab7a
Bug fixes for GCP modules ( #60091 )
2019-08-05 18:25:57 -04:00
The Magician
0234937ca3
Bug fixes for GCP modules ( #60092 )
2019-08-05 18:25:49 -04:00
The Magician
de8d428157
Bug fixes for GCP modules ( #60093 )
2019-08-05 18:25:41 -04:00
The Magician
c1a99c390c
Bug fixes for GCP modules ( #60088 )
2019-08-05 18:16:26 -04:00
The Magician
5e0bcc60b5
New Module: gcp_cloudtasks_queue ( #60094 )
2019-08-05 16:47:52 -04:00
Andrey Klychkov
d2cc9f5f06
Bugfix 60043: turn off the default db warning where it doesn't make sense ( #60105 )
2019-08-05 16:28:00 -04:00
Felix Fontein
aecdfd397e
ecs_taskdefinition_facts: rename to ecs_taskdefinition_info ( #60023 )
...
* Rename ecs_taskdefinition_facts to ecs_taskdefinition_info.
2019-08-05 12:47:35 -07:00
Nathan Swartz
41235ac05a
Improve netapp_e_hostgroup and add unit tests. ( #57094 )
...
* Improve netapp_e_hostgroup and add unit and integration tests.
netapp_e_hostgroup was refactored for maintainability and improved
documentation clarity.
* Remove ignore sanity check E338 for netapp_e_hostgroup module
* Add __future__ import (absolute_import, division, print_function) to test_netapp_e_hostgroup unit test.
2019-08-05 13:19:23 -04:00
Xu Yuandong
13c8f7b00c
It is necessary to undo mmi-mode enable after running commands. ( #60071 )
2019-08-05 11:52:25 -04:00
Xu Yuandong
16e237e095
set mmi-mode enable to run commands nad unset after running. ( #60075 )
2019-08-05 11:52:11 -04:00
Andrew Gaffney
32a8d8ae2a
Move definition of UnixHTTPSConnection behind guard ( #60049 )
...
This allows module_utils/urls.py to not immediately fall over when run
against a python without SSL support.
2019-08-05 10:46:47 -05:00
Matt Martz
df6b8d2a4a
Fix async output with adhoc callbacks. Fixes #15988 ( #59935 )
2019-08-05 10:36:41 -05:00
Chris Archibald
be24db8886
New module na_ontap_object_store ( #59048 )
...
* New module object store
* fixes
* fix tests
2019-08-05 09:27:38 -04:00
Lukas Kämmerling
38848a4b0c
hcloud: Add basic hcloud_route module ( #59908 )
2019-08-05 14:35:05 +02:00
Trishna Guha
e46237d705
Fix nxos_facts httpapi ( #60055 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-08-05 18:01:29 +05:30
Lukas Kämmerling
8a5bde798a
hcloud: Add hcloud_server_network module ( #60061 )
2019-08-05 14:06:22 +02:00
Lukas Kämmerling
0377c51c3a
hcloud: Add hcloud_subnetwork module ( #59781 )
2019-08-05 11:13:28 +02:00
Trishna Guha
021b1810c9
Add nxos_vlans resource module ( #59294 )
...
* Add nxos_vlans resource module
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* address review comments
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* fix CI failure and udpate tests
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Add commands in module doc
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2019-08-05 12:50:16 +05:30
Mike Wiebe
9610f2b8ac
NX-OS Telemetry Resource Module ( #59126 )
...
* Combined telemetry module commit
* Minor fixes
* Add back whitespace
* Add telemetry subscription support and simplify
* Remove comment line
* Make ansibot happy
* Create common build_args method
* More ansibot fixes
* Refactored integration tests, remove old files
* Add subscription tests
* Add integration tests
* Update module docs
* Test updates
* Address review comments
* Comment should be one line, not two
* Address Trishna comments
* State deleted should purge all config
* Remove misleading comment
* Doc fixes
* Fix source int bug and remove local debug msg
* Add additional integration test checks
2019-08-05 11:35:46 +05:30