Alex Stephen
04c9d47209
New GCP Module: gcp_compute_image_facts ( #44034 )
2018-08-17 14:37:27 -04:00
Alex Stephen
5022360358
New GCP Module: gcp_compute_instance_group_facts ( #44035 )
2018-08-17 14:35:18 -04:00
Alex Stephen
b0009dc9c8
New GCP Module: gcp_compute_instance_group_manager_facts ( #44036 )
2018-08-17 14:35:03 -04:00
Alex Stephen
7eff98bee1
New GCP Module: gcp_compute_instance_template_facts ( #44037 )
2018-08-17 14:34:18 -04:00
Alex Stephen
79cca62028
New GCP Module: gcp_compute_network_facts ( #44038 )
2018-08-17 14:26:59 -04:00
Alex Stephen
d494b70902
New GCP Module: gcp_compute_route_facts ( #44039 )
2018-08-17 14:26:09 -04:00
Alex Stephen
18139104ee
New GCP Module: gcp_compute_router_facts ( #44040 )
2018-08-17 14:25:25 -04:00
Yanis Guenane
e635dc6969
Vultr: Introducing vultr_block_storage_facts module ( #43218 )
...
This commit introduces a new module called vultr_block_storage_facts.
This module aims to return the list of block storage volume avaiable
in Vultr.
2018-08-17 19:32:13 +02:00
Alex Stephen
81f211c995
New GCP Module: gcp_compute_target_tcp_proxy_facts ( #44048 )
2018-08-17 13:25:40 -04:00
Alex Stephen
2ca83b0dbb
New GCP Module: gcp_compute_target_ssl_proxy_facts ( #44047 )
2018-08-17 13:25:33 -04:00
Alex Stephen
e36cd0fd53
New GCP Module: gcp_compute_target_http_proxy_facts ( #44044 )
2018-08-17 13:25:10 -04:00
Alex Stephen
672584c0d2
New GCP Module: gcp_compute_target_https_proxy_facts ( #44045 )
2018-08-17 13:24:55 -04:00
Alex Stephen
812db9240a
New GCP Module: gcp_compute_https_health_check_facts ( #44033 )
2018-08-17 13:22:01 -04:00
Alex Stephen
a9a0ef8959
New GCP Module: gcp_compute_http_health_check_facts ( #44032 )
2018-08-17 13:21:51 -04:00
Alex Stephen
4fa371deea
New GCP Module: gcp_compute_health_check_facts ( #44031 )
2018-08-17 13:21:44 -04:00
Alex Stephen
868ec6305c
New GCP Module: gcp_compute_url_map_facts ( #44050 )
2018-08-17 13:20:35 -04:00
Alex Stephen
1b4c3a6688
New GCP Module: gcp_compute_vpn_tunnel_facts ( #44052 )
2018-08-17 13:12:53 -04:00
Alex Stephen
2fe1f3deb4
Bug fixes for gcp_compute_backend_service_facts ( #44291 )
2018-08-17 13:12:24 -04:00
Alex Stephen
605fb0f68f
New GCP Module: gcp_compute_address_facts ( #44023 )
2018-08-17 12:38:50 -04:00
Alex Stephen
0c0fce7532
New GCP Module: gcp_compute_vpn_tunnel ( #44051 )
2018-08-17 12:35:12 -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
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
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
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
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
Zim Kalinowski
ac895828c1
adding mysqlserver facts ( #43321 )
2018-08-16 17:10:07 +08:00
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
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
Alex Stephen
63e87a3a0a
Bug fixes for gcp_compute_route ( #42820 )
2018-08-15 14:28:49 -04:00
Alex Stephen
f5f0d16516
Bug fixes for gcp_compute_subnetwork ( #42822 )
2018-08-15 14:28:36 -04:00
Alex Stephen
97b3845e89
Bug fixes for gcp_compute_url_map ( #42828 )
2018-08-15 14:28:24 -04:00
Alex Stephen
82678b9bac
Bug fixes for gcp_pubsub_topic ( #42834 )
2018-08-15 14:28:08 -04:00
Alex Stephen
87c6d4be57
Bug fixes for gcp_storage_bucket ( #42835 )
2018-08-15 14:27:41 -04:00
Alex Stephen
cbf945d287
Bug fixes for gcp_compute_network ( #42819 )
2018-08-15 13:52:13 -04:00
Alex Stephen
60e78f33ce
Bug fixes for gcp_compute_http_health_check ( #42812 )
2018-08-15 13:52:00 -04:00
Martin Nečas
9d5ce3d335
add custom_compatibility_version ( #40813 )
...
* add custom_compatibility_version
* use implemented methods get minor and major
2018-08-15 08:56:18 -04:00
Ondra Machacek
df581eb749
ovirt_vms: Search template also by cluster ( #44161 )
2018-08-15 08:22:49 -04:00
Alex Stephen
984cc10465
Bug fixes for gcp_compute_target_tcp_proxy ( #42827 )
2018-08-14 09:53:46 -04:00
Alex Stephen
97006cded2
Bug fixes for gcp_compute_target_http_proxy ( #42823 )
2018-08-14 09:53:29 -04:00
Alex Stephen
569e094efd
Bug fixes for gcp_compute_target_ssl_proxy ( #42826 )
2018-08-14 09:52:57 -04:00
Alex Stephen
b88442064f
Bug fixes for gcp_compute_target_pool ( #42825 )
2018-08-14 09:52:40 -04:00
Alex Stephen
eaacda42f5
Bug fixes for gcp_compute_target_https_proxy ( #42824 )
2018-08-14 09:52:25 -04:00
Yanis Guenane
763d66ff9c
Vultr: Ensure self.returns is the source of truth ( #44115 )
...
As of today, self.returns it not the source of truth. If the return
value from querying the resource contains more values than the one
listed in self.returns, those value will be returned even though not
explicitly specified in self.returns.
This commit ensures that only the values listed on self.returns are
actually returned. The other values not listed are supressed.
2018-08-14 15:43:15 +02:00
Zim Kalinowski
ee96d42d7d
Fixing upgrade_policy idempotence ( #38022 )
2018-08-14 13:24:34 +08:00
Alex Stephen
b0542217e2
Bug fixes for gcp_compute_instance_template ( #42818 )
2018-08-13 15:29:48 -04:00
Alex Stephen
829dcf1d23
Bug fixes for gcp_compute_instance_group ( #42816 )
2018-08-13 15:29:27 -04:00