aaronk1
0d97629e4d
Update vmware.py minor typo ( #51047 )
...
"supported added" changed to "support added"
2019-01-21 13:52:26 +05:30
rajaspachipulusu17
a38039bbbe
Pluribus Networks port cos rate setting module with UT ( #50856 )
2019-01-21 12:49:31 +05:30
rajaspachipulusu17
213b2e633c
Pluribus Networks switch setup module with unit test cases ( #50797 )
...
* Pluribus Networks switch setup module with unit test cases
* Module error fix and pep8 standards error fix
2019-01-21 12:48:09 +05:30
Ganesh Nalawade
f547c88ade
Fix connect_timeout config varaible in netconf connection ( #51055 )
...
* Fetch connect_timeout value from get_options()
instead of play_context
2019-01-21 12:21:09 +05:30
Ganesh Nalawade
1b6228fa10
Increase persistent command_timeout default value ( #51056 )
...
* Increase persistent command_timeout default value
* Increase command_timeout default value from 10 to 30 sec
to reduce frequent timeout issue for network connection
types (netconf/network_cli/httpapi/napalm)
* Fix review comments
2019-01-21 10:50:52 +05:30
James E. King III
9b3e74fe91
vmware_guest: improve task error handling ( #49960 )
2019-01-21 10:37:45 +05:30
Jordan Borean
fa0ab82d21
Ansible.Become - fix 32 bit incompatibility ( #51094 )
2019-01-21 08:17:19 +10:00
Bill Dodd
63f7536594
get standard properties for each firmware entry ( #51028 )
2019-01-19 21:27:57 +00:00
ABond
d55479d063
DigitalOcean module deprecation ( #47272 )
2019-01-19 21:25:33 +00:00
Gurchet Rai
bcd910a5e3
Add Digital Ocean Droplet API ( #33984 )
...
Create a new digital ocean droplet API to remove dopy dependency.
Also enable all digital ocean v2 parameters for droplet creation.
2019-01-19 21:24:24 +00:00
eahorning
6c96f29699
ec2_asg: doc: fix health_check_period default to match arg spec
2019-01-19 19:17:41 +01:00
Brian Coca
30da7a363c
allows loop pause for subseconds ( #50461 )
...
* allows loop pause for subseconds
* skip test on os x and bsd since date commands lacks nano
fixes #49951
2019-01-18 22:41:29 -05:00
Matt Williams
919abe17f3
Fix Foreman returning host parameters ( #51034 )
...
Foreman (1.20) returns the `all_parameters` key as a list of dicts, not a dict of key-value pairs.
2019-01-18 15:56:57 -05:00
Anthony Ruhier
8a5bb7e6c3
Fixes and refactor netbox device module ( #50672 )
...
* Adapt netbox_device to pynetbox changes
Pynetbox API has changed, resulting in errors at the creation or
deletion of any device with the netbox_device modules. Fixes these
errors.
rebase
* Refactor netbox_device
Better error handling
Split the return values to `device` and `msg`, containing the created
device (if any), and the message to get more info about what has been
achieved (or the error if any)
2019-01-18 20:32:16 +00:00
Jeffrey Noehren
2eaf0956b5
Spotinst - adding support for instance health check validation ( #49211 )
...
[src] - adding changlog fragment
2019-01-18 20:30:03 +00:00
Alan Rominger
baf59ccaac
Put in documented default for gcp_compute filters ( #50025 )
2019-01-18 11:39:24 +00:00
John Westcott IV
0ce9593986
Adding TowerCLI receive module ( #51023 )
2019-01-18 11:11:17 +00:00
John Westcott IV
e1b7acde87
Adding tower_workflow_launch ( #42701 )
2019-01-18 11:08:04 +00:00
John Westcott IV
9722254618
Adding TowerCLI send module ( #37843 )
2019-01-18 11:05:54 +00:00
Ingate Systems
5671ff983d
modules: network: ingate: Add module ig_store_edit ( #47675 )
...
* modules: network: ingate: Add module ig_store_edit
* modules: network: ingate: Add module ig_config
Manage the configuration database on an Ingate SBC.
2019-01-17 23:05:45 -05:00
Zim Kalinowski
308e4c31c6
fixed vmss required parameters handling ( #51012 )
2019-01-18 10:25:47 +08:00
Dag Wieers
30227ace98
Fix parameter types and other fixes ( #50111 )
...
* Fix parameter types and other fixes
* Fix issues after review
* Fix Windows-references in system/files modules
This PR includes:
- Replacing version/v with just Ansible X.Y
- Removing Windows-alternatives from notes
* Update lib/ansible/modules/system/parted.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/system/service.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/system/service.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Revert type change, move to separate PR
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
* Update lib/ansible/modules/files/replace.py
Co-Authored-By: dagwieers <dag@wieers.com>
2019-01-18 03:24:47 +01:00
Jordan Borean
b7620c161a
win_updates - fix category return value to be a list ( #51001 )
...
* win_updates - fix category return value to be a list
* remove unstable test alias
2019-01-18 05:35:10 +10:00
Martin Nečas
88bb555ab8
ovirt hosts facts add cluster version filtration ( #48664 )
...
* ovirt hosts facts add cluster version filtration
* update filtering of ovirt hosts and input of cluster version
* ovirt host facts change compat version to string
2019-01-17 14:24:22 -05:00
Martin Nečas
8206ee96e3
ovirt add sync_networks ( #49298 )
...
* ovirt add sync_networks
* ovirt add network sync check
* ovirt rename check sync function
* correct python syntax ovirt host networks
* ovirt sync networks update docs
* ovirt sync network update check controll
2019-01-17 14:24:08 -05:00
Matt Clay
a864247bd5
Encoding fixes for plugin loader and vault. ( #51002 )
2019-01-17 12:18:01 -05:00
Jordan Borean
9fa46e7f94
reboot - Fix connection timeout reset ( #51000 )
...
* only reset if we could retrieve the conn timeout
2019-01-17 10:45:41 -05:00
Johannes Brunswicker
c6d404cbe9
Add optional headers to utm modules ( #49856 )
...
* removed info declaration from documentation fragment as this is not implemented
* added optional headers for POST and PUT requests
* updated documentation
* added missing headers field decalaration
* removed info choice from state field
* added tests for the new utm_utils function
* fixed class invocation
* added missing required params
* fixed the pytests
2019-01-17 19:06:50 +05:30
Dag Wieers
31222b65c1
Fix small typo
...
+label: docsite_pr
2019-01-17 13:48:25 +01:00
Albert Siersema
b1c295386f
Match VLAN ID as whole line instead of searching for digits in line ( #51019 )
...
Searching for digits somewhere in the output line will also match VLAN name (lines) starting with digits.
Fixes issue #50998
2019-01-17 17:48:24 +05:30
Ricardo Carrillo Cruz
22d914a888
Add Checkpoint access layer facts module ( #51016 )
2019-01-17 12:23:34 +01:00
Martin Krizek
3b42b1796c
facts: set virtualization_role for KVM hosts ( #50770 )
...
* facts: set virtualization_role for KVM hosts
Fixes #49734
* Add changelog
2019-01-17 09:47:16 +01:00
Nilashish Chakraborty
422604fb3e
Fix malformed string error for hashed_password ( #51007 )
...
* Fix malformed string error using ast
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Update doc for this option
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Revert "Update doc for this option"
This reverts commit 3579d19121
.
* Revert type value
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
2019-01-17 13:05:49 +05:30
Martin Krizek
3dc5ba6186
Remove unnecessary calls to cache_block_tasks noop ( #50715 )
2019-01-17 08:29:26 +01:00
vaneuk
e150943314
added timestamps to nxos_command module ( #50261 )
...
* added timestamps to nxos_command module
nxos_command module now returns timestamps field, which shows command execution time
* fixed unit test failure for /lib/ansible/module_utils/basic
* cosmetic changes to align with PEP 8
2019-01-17 10:14:31 +05:30
Zim Kalinowski
fdb91a5c02
fixed idempotence in vm extension ( #51005 )
2019-01-17 11:03:52 +08:00
Matt Clay
b971ebd343
More path encoding fixes.
2019-01-16 15:44:50 -08:00
Yunge Zhu
0f846f39ca
fix new inventory azure_rm.py ( #50006 )
...
* fix new inventory
* fix lint
* resolve comments
* resolve comments
* add defensive code
* fix response not match handler
* remove useless import
* fix lint
* add changelog
2019-01-16 14:16:18 -08:00
Matt Clay
c46a09dcf4
Fix UnicodeEncodeError for ansible --version. ( #50997 )
...
The error occurs on Python 2.x when running the following commands:
```
mkdir /tmp/Δ.cfg
ANSIBLE_CONFIG=/tmp/Δ.cfg ansible --version | tee
```
2019-01-16 16:22:07 -05:00
Matt Clay
54867b4add
Add comment explaining to_native usage.
2019-01-16 13:13:22 -08:00
Matt Clay
53a640f2cc
Use to_bytes on open and to_native on load_source.
2019-01-16 13:13:22 -08:00
Matt Clay
a8e6577403
Fix path encoding issue loading plugins.
2019-01-16 13:13:22 -08:00
Thiago Ribeiro
04b381b28a
Add new param "ignore_selinux_state" to seport, sefcontext, seboolean ( #48945 )
2019-01-16 15:50:02 -05:00
Alex Stephen
4746781423
New GCP module: gcp_bigquery_dataset ( #50676 )
2019-01-16 14:16:51 -05:00
Alex Stephen
937fe2f658
New GCP module: gcp_bigquery_table ( #50678 )
2019-01-16 14:16:37 -05:00
Alex Stephen
263e266f68
New GCP module: gcp_compute_interconnect_attachment ( #50680 )
2019-01-16 14:16:28 -05:00
Alex Stephen
b9dd0e2286
New GCP module: gcp_iam_service_account ( #50681 )
2019-01-16 14:16:14 -05:00
Alex Stephen
caedfcbfb0
New GCP module: gcp_resourcemanager_project ( #50683 )
2019-01-16 14:15:59 -05:00
Alex Stephen
a0a199fb93
New GCP module: gcp_storage_object ( #50684 )
2019-01-16 14:15:46 -05:00
Alex Stephen
36fd9d1b6a
Bug fixes for GCP modules (as of 2019-01-09T15:35:45-08:00) ( #50783 )
2019-01-16 14:15:35 -05:00