From 9afb8b8ebbd567d3231dd8eb30343f335769d7cb Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 5 Aug 2019 16:24:26 -0700 Subject: [PATCH] adding type info for facts filter (#333) Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_address_facts.py | 1 + plugins/modules/gcp_compute_autoscaler_facts.py | 1 + plugins/modules/gcp_compute_backend_bucket_facts.py | 1 + plugins/modules/gcp_compute_backend_service_facts.py | 1 + plugins/modules/gcp_compute_disk_facts.py | 1 + plugins/modules/gcp_compute_firewall_facts.py | 1 + plugins/modules/gcp_compute_forwarding_rule_facts.py | 1 + plugins/modules/gcp_compute_global_address_facts.py | 1 + plugins/modules/gcp_compute_global_forwarding_rule_facts.py | 1 + plugins/modules/gcp_compute_health_check_facts.py | 1 + plugins/modules/gcp_compute_http_health_check_facts.py | 1 + plugins/modules/gcp_compute_https_health_check_facts.py | 1 + plugins/modules/gcp_compute_image_facts.py | 1 + plugins/modules/gcp_compute_instance_facts.py | 1 + plugins/modules/gcp_compute_instance_group_facts.py | 1 + plugins/modules/gcp_compute_instance_group_manager_facts.py | 1 + plugins/modules/gcp_compute_instance_template_facts.py | 1 + plugins/modules/gcp_compute_interconnect_attachment_facts.py | 1 + plugins/modules/gcp_compute_network_facts.py | 1 + plugins/modules/gcp_compute_region_disk_facts.py | 1 + plugins/modules/gcp_compute_route_facts.py | 1 + plugins/modules/gcp_compute_router_facts.py | 1 + plugins/modules/gcp_compute_snapshot_facts.py | 1 + plugins/modules/gcp_compute_ssl_certificate_facts.py | 1 + plugins/modules/gcp_compute_ssl_policy_facts.py | 1 + plugins/modules/gcp_compute_subnetwork_facts.py | 1 + plugins/modules/gcp_compute_target_http_proxy_facts.py | 1 + plugins/modules/gcp_compute_target_https_proxy_facts.py | 1 + plugins/modules/gcp_compute_target_pool_facts.py | 1 + plugins/modules/gcp_compute_target_ssl_proxy_facts.py | 1 + plugins/modules/gcp_compute_target_tcp_proxy_facts.py | 1 + plugins/modules/gcp_compute_target_vpn_gateway_facts.py | 1 + plugins/modules/gcp_compute_url_map_facts.py | 1 + plugins/modules/gcp_compute_vpn_tunnel_facts.py | 1 + plugins/modules/gcp_dns_managed_zone_facts.py | 1 + 35 files changed, 35 insertions(+) diff --git a/plugins/modules/gcp_compute_address_facts.py b/plugins/modules/gcp_compute_address_facts.py index 019d8c6..313af6d 100644 --- a/plugins/modules/gcp_compute_address_facts.py +++ b/plugins/modules/gcp_compute_address_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list region: description: - URL of the region where the regional address resides. diff --git a/plugins/modules/gcp_compute_autoscaler_facts.py b/plugins/modules/gcp_compute_autoscaler_facts.py index 277eafa..180e7c9 100644 --- a/plugins/modules/gcp_compute_autoscaler_facts.py +++ b/plugins/modules/gcp_compute_autoscaler_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list zone: description: - URL of the zone where the instance group resides. diff --git a/plugins/modules/gcp_compute_backend_bucket_facts.py b/plugins/modules/gcp_compute_backend_bucket_facts.py index 53c1cce..5f9397a 100644 --- a/plugins/modules/gcp_compute_backend_bucket_facts.py +++ b/plugins/modules/gcp_compute_backend_bucket_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_backend_service_facts.py b/plugins/modules/gcp_compute_backend_service_facts.py index 1a8e192..1aea933 100644 --- a/plugins/modules/gcp_compute_backend_service_facts.py +++ b/plugins/modules/gcp_compute_backend_service_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_disk_facts.py b/plugins/modules/gcp_compute_disk_facts.py index 8f4a73f..4a2d43d 100644 --- a/plugins/modules/gcp_compute_disk_facts.py +++ b/plugins/modules/gcp_compute_disk_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list zone: description: - A reference to the zone where the disk resides. diff --git a/plugins/modules/gcp_compute_firewall_facts.py b/plugins/modules/gcp_compute_firewall_facts.py index e5de503..ec4ced8 100644 --- a/plugins/modules/gcp_compute_firewall_facts.py +++ b/plugins/modules/gcp_compute_firewall_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_forwarding_rule_facts.py b/plugins/modules/gcp_compute_forwarding_rule_facts.py index 1cf45a5..16a2170 100644 --- a/plugins/modules/gcp_compute_forwarding_rule_facts.py +++ b/plugins/modules/gcp_compute_forwarding_rule_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list region: description: - A reference to the region where the regional forwarding rule resides. diff --git a/plugins/modules/gcp_compute_global_address_facts.py b/plugins/modules/gcp_compute_global_address_facts.py index ae590e7..8cdd061 100644 --- a/plugins/modules/gcp_compute_global_address_facts.py +++ b/plugins/modules/gcp_compute_global_address_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_global_forwarding_rule_facts.py b/plugins/modules/gcp_compute_global_forwarding_rule_facts.py index 066efbc..49b807e 100644 --- a/plugins/modules/gcp_compute_global_forwarding_rule_facts.py +++ b/plugins/modules/gcp_compute_global_forwarding_rule_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_health_check_facts.py b/plugins/modules/gcp_compute_health_check_facts.py index 5f4fbcd..00374d6 100644 --- a/plugins/modules/gcp_compute_health_check_facts.py +++ b/plugins/modules/gcp_compute_health_check_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_http_health_check_facts.py b/plugins/modules/gcp_compute_http_health_check_facts.py index 1f21f8a..13e489f 100644 --- a/plugins/modules/gcp_compute_http_health_check_facts.py +++ b/plugins/modules/gcp_compute_http_health_check_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_https_health_check_facts.py b/plugins/modules/gcp_compute_https_health_check_facts.py index 1900229..28323ea 100644 --- a/plugins/modules/gcp_compute_https_health_check_facts.py +++ b/plugins/modules/gcp_compute_https_health_check_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_image_facts.py b/plugins/modules/gcp_compute_image_facts.py index 3ea3c41..59d5d34 100644 --- a/plugins/modules/gcp_compute_image_facts.py +++ b/plugins/modules/gcp_compute_image_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_instance_facts.py b/plugins/modules/gcp_compute_instance_facts.py index 3f41e40..be62cf7 100644 --- a/plugins/modules/gcp_compute_instance_facts.py +++ b/plugins/modules/gcp_compute_instance_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list zone: description: - A reference to the zone where the machine resides. diff --git a/plugins/modules/gcp_compute_instance_group_facts.py b/plugins/modules/gcp_compute_instance_group_facts.py index 1d5c743..2540d4a 100644 --- a/plugins/modules/gcp_compute_instance_group_facts.py +++ b/plugins/modules/gcp_compute_instance_group_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list zone: description: - A reference to the zone where the instance group resides. diff --git a/plugins/modules/gcp_compute_instance_group_manager_facts.py b/plugins/modules/gcp_compute_instance_group_manager_facts.py index 7cf3ab4..f4be95b 100644 --- a/plugins/modules/gcp_compute_instance_group_manager_facts.py +++ b/plugins/modules/gcp_compute_instance_group_manager_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list zone: description: - The zone the managed instance group resides. diff --git a/plugins/modules/gcp_compute_instance_template_facts.py b/plugins/modules/gcp_compute_instance_template_facts.py index 75d22dd..071490c 100644 --- a/plugins/modules/gcp_compute_instance_template_facts.py +++ b/plugins/modules/gcp_compute_instance_template_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_interconnect_attachment_facts.py b/plugins/modules/gcp_compute_interconnect_attachment_facts.py index b141a2a..d62abda 100644 --- a/plugins/modules/gcp_compute_interconnect_attachment_facts.py +++ b/plugins/modules/gcp_compute_interconnect_attachment_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list region: description: - Region where the regional interconnect attachment resides. diff --git a/plugins/modules/gcp_compute_network_facts.py b/plugins/modules/gcp_compute_network_facts.py index d0765f5..6fafa0e 100644 --- a/plugins/modules/gcp_compute_network_facts.py +++ b/plugins/modules/gcp_compute_network_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_region_disk_facts.py b/plugins/modules/gcp_compute_region_disk_facts.py index 5f64baa..723f5cb 100644 --- a/plugins/modules/gcp_compute_region_disk_facts.py +++ b/plugins/modules/gcp_compute_region_disk_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list region: description: - A reference to the region where the disk resides. diff --git a/plugins/modules/gcp_compute_route_facts.py b/plugins/modules/gcp_compute_route_facts.py index 2aafad9..08c6d99 100644 --- a/plugins/modules/gcp_compute_route_facts.py +++ b/plugins/modules/gcp_compute_route_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_router_facts.py b/plugins/modules/gcp_compute_router_facts.py index 733975b..f536432 100644 --- a/plugins/modules/gcp_compute_router_facts.py +++ b/plugins/modules/gcp_compute_router_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list region: description: - Region where the router resides. diff --git a/plugins/modules/gcp_compute_snapshot_facts.py b/plugins/modules/gcp_compute_snapshot_facts.py index 8aae9f5..4f92ea6 100644 --- a/plugins/modules/gcp_compute_snapshot_facts.py +++ b/plugins/modules/gcp_compute_snapshot_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_ssl_certificate_facts.py b/plugins/modules/gcp_compute_ssl_certificate_facts.py index 275227e..2f682b0 100644 --- a/plugins/modules/gcp_compute_ssl_certificate_facts.py +++ b/plugins/modules/gcp_compute_ssl_certificate_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_ssl_policy_facts.py b/plugins/modules/gcp_compute_ssl_policy_facts.py index c8d8bbc..f575518 100644 --- a/plugins/modules/gcp_compute_ssl_policy_facts.py +++ b/plugins/modules/gcp_compute_ssl_policy_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_subnetwork_facts.py b/plugins/modules/gcp_compute_subnetwork_facts.py index baa697e..8940cb3 100644 --- a/plugins/modules/gcp_compute_subnetwork_facts.py +++ b/plugins/modules/gcp_compute_subnetwork_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list region: description: - URL of the GCP region for this subnetwork. diff --git a/plugins/modules/gcp_compute_target_http_proxy_facts.py b/plugins/modules/gcp_compute_target_http_proxy_facts.py index 07964a1..e916afa 100644 --- a/plugins/modules/gcp_compute_target_http_proxy_facts.py +++ b/plugins/modules/gcp_compute_target_http_proxy_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_target_https_proxy_facts.py b/plugins/modules/gcp_compute_target_https_proxy_facts.py index afbb31a..842b4ed 100644 --- a/plugins/modules/gcp_compute_target_https_proxy_facts.py +++ b/plugins/modules/gcp_compute_target_https_proxy_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_target_pool_facts.py b/plugins/modules/gcp_compute_target_pool_facts.py index 540fd11..5e90df0 100644 --- a/plugins/modules/gcp_compute_target_pool_facts.py +++ b/plugins/modules/gcp_compute_target_pool_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list region: description: - The region where the target pool resides. diff --git a/plugins/modules/gcp_compute_target_ssl_proxy_facts.py b/plugins/modules/gcp_compute_target_ssl_proxy_facts.py index a1a3327..72d8cc0 100644 --- a/plugins/modules/gcp_compute_target_ssl_proxy_facts.py +++ b/plugins/modules/gcp_compute_target_ssl_proxy_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_target_tcp_proxy_facts.py b/plugins/modules/gcp_compute_target_tcp_proxy_facts.py index 8d777a1..351fd08 100644 --- a/plugins/modules/gcp_compute_target_tcp_proxy_facts.py +++ b/plugins/modules/gcp_compute_target_tcp_proxy_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_target_vpn_gateway_facts.py b/plugins/modules/gcp_compute_target_vpn_gateway_facts.py index 330e5ad..6381bba 100644 --- a/plugins/modules/gcp_compute_target_vpn_gateway_facts.py +++ b/plugins/modules/gcp_compute_target_vpn_gateway_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list region: description: - The region this gateway should sit in. diff --git a/plugins/modules/gcp_compute_url_map_facts.py b/plugins/modules/gcp_compute_url_map_facts.py index 4d7f534..67b57b7 100644 --- a/plugins/modules/gcp_compute_url_map_facts.py +++ b/plugins/modules/gcp_compute_url_map_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list extends_documentation_fragment: gcp ''' diff --git a/plugins/modules/gcp_compute_vpn_tunnel_facts.py b/plugins/modules/gcp_compute_vpn_tunnel_facts.py index cb86904..4edc389 100644 --- a/plugins/modules/gcp_compute_vpn_tunnel_facts.py +++ b/plugins/modules/gcp_compute_vpn_tunnel_facts.py @@ -45,6 +45,7 @@ options: - A list of filter value pairs. Available filters are listed here U(https://cloud.google.com/sdk/gcloud/reference/topic/filters). - Each additional filter in the list will act be added as an AND condition (filter1 and filter2) . + type: list region: description: - The region where the tunnel is located. diff --git a/plugins/modules/gcp_dns_managed_zone_facts.py b/plugins/modules/gcp_dns_managed_zone_facts.py index 95a9225..1154270 100644 --- a/plugins/modules/gcp_dns_managed_zone_facts.py +++ b/plugins/modules/gcp_dns_managed_zone_facts.py @@ -43,6 +43,7 @@ options: dns_name: description: - Restricts the list to return only zones with this domain name. + type: list extends_documentation_fragment: gcp '''