Monty Taylor
e89e4c991c
Fix openstack inventory plugin for API changes ( #43580 )
...
The inventory plugin api grew a self.cache that wasn't there when we
first wrote it. There's also a need to pull in the documentation
fragments so that we have the cache parameters.
2018-08-17 07:03:08 -04:00
Abhijeet Kasurde
39e2bd01a6
VMware: remove blank from ntp server list ( #44273 )
...
Due to blank line returned from vCenter, wrong values were appended
to NTP server list. This fix adds filter for such blank values of NTP servers.
Fixes : #44183
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-17 15:23:56 +05:30
Yanis Guenane
57497a490b
Vultr: Introducing vultrr_block_storage module ( #43202 )
...
This commit introduces a new module called vultr_block_storage/
It allows a user to manage block storage volumes on the Vultr cloud.
2018-08-17 10:30:57 +02:00
Trishna Guha
899eddf9e4
fix diff precedence cli_config module ( #44295 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-08-17 12:59:24 +05:30
Deepak Agrawal
aed6722fbc
DCI devel iosxr fix : on-device diffs does not work always ( #44265 )
...
* fix devel dci failure on iosxr
* pep8 issue fix
2018-08-17 12:34:11 +05:30
Trishna Guha
6090802551
nxos_linkagg mode fix ( #44294 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-08-17 12:27:13 +05:30
Felix Fontein
cfba02bc3b
Allowing to force account URI. ( #44282 )
2018-08-17 07:43:38 +02:00
Abhijeet Kasurde
6caf0e8149
VMware: New module : vmware_host_ssl_facts ( #43871 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-17 10:25:25 +05:30
George Wilson
90517f4dfa
Azure RM Common - use built in module logging ( #43820 )
2018-08-17 10:40:25 +08:00
Zim Kalinowski
5f36c73fe5
adding mysql database facts ( #43322 )
2018-08-17 10:36:13 +08:00
Zim Kalinowski
c8649f8b73
adding postgresql database facts ( #43327 )
2018-08-17 10:35:22 +08:00
Tina
0186449e7b
Update index.rst ( #43490 )
...
Update mention of 'current released version'
+label: docsite_pr
2018-08-16 18:53:47 -04:00
Nicolai
bfdaf40a7a
Add netcup_dns module (Manage DNS records hosted by netcup) ( #44063 )
...
* Add support for netcup dns api
2018-08-16 14:56:54 -07:00
Madhura-CSI
47cb3856b5
Support for accelerated networking and network security group for scaleset vms ( #34788 )
...
* Support for accelerated networking and network security group for scaleset vms
2018-08-16 14:52:12 -07:00
Matt Martz
509e92ef72
Swap default for INVALID_TASK_ATTRIBUTE_FAILED to True, add additional info to exception ( #44138 )
2018-08-16 16:30:47 -05:00
Matt Martz
0beaea22a4
Bump deprecation for include to 2.12 ( #44230 )
2018-08-16 16:30:10 -05:00
Lucid One
4c62722675
Fixed opensearch double slash issue ( #44137 )
...
http://www.sphinx-doc.org/en/stable/config.html#confval-html_use_opensearch
"(without trailing slash)"
2018-08-16 16:28:58 -05:00
Felix Fontein
f7ac1c588d
Move acme_* modules from web_infrastructure into crypto category ( #44279 )
...
* Moving acme_* modules from web_infrastructure into crypto category.
* Creating new subcategory 'acme' in 'crypto'.
2018-08-16 22:21:39 +02:00
Evgeni Golov
aa354cbad0
meta: sort choices matching to description ( #23004 )
2018-08-16 14:15:20 -05:00
Alicia Cozine
81cafa1f41
underscore not dash for links ( #43575 )
2018-08-16 15:04:18 -04:00
Steve Jennings
a9cf4d58bf
Fix grammar and clarify 'list' description for ABE ( #44271 )
...
Grammar on the description for option 'list' was grammatically incorrect. Also suggest to add wording that clarifies that 'list' is indeed Access-Based Enumeration.
+label: docsite_pr
2018-08-16 14:54:15 -04:00
Yanis Guenane
2556098479
Vultr: Introducing vultr_server_facts module ( #43001 )
...
This commit introduces a new module called vultr_server_facts.
This module aims to return the list of servers avaiable avaiable in
Vultr.
Sample available here:
```
"vultr_server_facts": [
{
"allowed_bandwidth_gb": 1000,
"application": null,
"auto_backup_enabled": false,
"cost_per_month": 5.00,
"current_bandwidth_gb": 0,
"date_created": "2018-07-19 08:23:03",
"default_password": "p4ssw0rd!",
"disk": "Virtual 25 GB",
"firewallgroup": null,
"id": 17241096,
"internal_ip": "",
"kvm_url": "https://my.vultr.com/subs/vps/novnc/api.php?data=OFB ...",
"name": "ansibletest",
"os": "CentOS 7 x64",
"pending_charges": 0.01,
"plan": "1024 MB RAM,25 GB SSD,1.00 TB BW",
"power_status": "running",
"ram": "1024 MB",
"region": "Amsterdam",
"server_state": "ok",
"status": "active",
"tag": "",
"v4_gateway": "105.178.158.1",
"v4_main_ip": "105.178.158.181",
"v4_netmask": "255.255.254.0",
"v6_main_ip": "",
"v6_network": "",
"v6_network_size": "",
"v6_networks": [],
"vcpu_count": 1
}
]
2018-08-16 20:29:48 +02:00
Raúl Cuza
c84e70cf10
Add note to apt_key
doc about update requirement ( #25111 )
...
* Add note about adding new key requiring update
When a new repo and new key are added, attempts to install packages
signed by that key fail until `apt-get update` is run. This note
is an attempt to help users avoid getting errors when they miss
this step.
* related to issue #25091
* switch example to apt module
2018-08-16 13:18:17 -05:00
axelll
29fa302ce9
Update proxysql_query_rules.py ( #43877 )
...
<!--- Your description here -->
+label: docsite_pr
2018-08-16 19:52:08 +02:00
Nilashish Chakraborty
d63ba5999b
Use single parameter for source-interface ( #44260 )
...
* Compress src interface into one key
* Modified regex to support varied interface types
* Fixed documentation
* Unpacking return values from splitting method
2018-08-16 22:33:53 +05:30
Lindsay Hill
3960ebb8e8
new voss_facts module ( #44234 )
...
@LindsayHill Thank you!
2018-08-16 18:53:35 +05:30
Anil Kumar Muraleedharan
410c85522a
Making cnos_template to use persistent connection instead of paramiko ( #43862 )
...
* Making cnos_template to use persistent connection instead of paramiko
2018-08-16 09:13:06 -04:00
Chris Archibald
ef037480a4
Bug fixes for na_ontap_aggregate.py ( #44177 )
...
* Bug fixes for na_ontap_aggregate.py
* Fix issues
2018-08-16 08:48:11 -04:00
Chris Archibald
92a2207199
Bug Fixes for ontap_broadcast_domain.py ( #44179 )
...
* Bug Fixes for ontap_broadcast_domain.py
* Fix issues
2018-08-16 08:37:06 -04:00
Chris Archibald
d22d97d420
Bug fixes for ontap_cifs_server.py ( #44185 )
...
* Bug fixes for ontap_cifs_server.py
* Fix issues
2018-08-16 08:36:47 -04:00
Chris Archibald
5f29735987
Bug Fixes for ontap_lun.py ( #44204 )
...
* Bug Fixes for ontap_lun.py
* Fix issues
2018-08-16 08:36:28 -04:00
Chris Archibald
aa44158f80
Bug Fixes for ontap_nfs.py ( #44210 )
...
* Bug Fixes for ontap_nfs.py
* Fix issues
2018-08-16 08:36:19 -04:00
Chris Archibald
11a3d56faf
Bug Fixes for ontap_svm.py ( #44219 )
...
* Bug Fixes for ontap_svm.py
* Fix issues
2018-08-16 08:36:10 -04:00
Chris Archibald
38680f38f1
Bug Fixes for ontap_volume.py ( #44224 )
...
* Bug Fixes for ontap_volume.py
* Fix issues
2018-08-16 08:36:00 -04:00
Chris Archibald
b83565958e
Bug fixes for ontap_export_policy.py ( #44194 )
...
* Adding ontap_export_policy.py Module
* fix issues
2018-08-16 08:15:32 -04:00
Chris Archibald
1d0dede9de
Bug Fixes for ontap_igroup.py ( #44199 )
...
* Bug Fixes for ontap_igroup.py
* Fix issues
2018-08-16 08:15:23 -04:00
Chris Archibald
95b86dea88
Bug fixes for ontap_qtree.py ( #44213 )
...
* Bug fixes for ontap_qtree.py
* Fix issues
2018-08-16 08:15:13 -04:00
Yunge Zhu
ee4b879328
remove unstable tag from azure tests ( #44258 )
2018-08-16 17:44:00 +08:00
Sumit Jaiswal
4e5dbb92dc
To resolve nios_network issue where vendor-encapsulated-options can not have a use_option flag ( #43925 )
...
* to resolve 43657
* fix shippable error
2018-08-16 09:29:48 +00:00
Zim Kalinowski
ac895828c1
adding mysqlserver facts ( #43321 )
2018-08-16 17:10:07 +08:00
Trishna Guha
7e39c5bf07
check_mode in nxos_static_route module ( #44252 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-08-16 14:30:47 +05:30
Yunge Zhu
aef5099695
add azure app service plan facts ( #44156 )
...
* add app service plan facts
* fix lint
* fix missed tags
* remove azure_
* fix test random
2018-08-16 16:13:32 +08:00
Sumit Jaiswal
6a395d8e24
to resolve 43705 ( #44078 )
2018-08-16 08:11:30 +00:00
Trishna Guha
6af6e806ed
nxos_interface port-channel idempotence fix for mode ( #44248 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-08-16 12:16:04 +05:30
Zim Kalinowski
0a9c58f866
adjusting curated response format, notification of raw format depreciation. ( #43587 )
2018-08-16 14:45:36 +08:00
Abhijeet Kasurde
f9d4e4d396
ovirt: minor typo in documentation ( #44241 )
...
Fixed "attribues" to "attributes"
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-08-16 07:10:03 +02:00
Robson Roberto Souza Peixoto
2796be1132
Add AzureRMStorageAccount StorageV2 kind ( #44242 )
...
close 38455
2018-08-16 12:58:01 +08:00
Bjorn Hansen
ff6d4e6bf4
azure_rm_common: only remove tags from new_tags if append_tags is not… ( #24040 )
2018-08-16 11:35:39 +08:00
Jasper Aorangi
babfe45852
Add 'panos_set' module for pushing arbitrary commands to PAN-OS NVA's ( #43339 )
...
* Add 'panos_set' module for pushing arbitrary commands to PAN-OS NVA devices
2018-08-15 20:16:30 -07:00
Lance Richardson
dc08b9a738
new module exos_config ( #43902 )
...
- support config operations for EXOS-based platforms
- add regex to detect command failure responses
- add exos action plugin for "backup" operation
- add unit tests for exos_command (currently 94% coverage of
exos_config.py)
2018-08-15 14:56:50 -07:00