mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Fix many documentation lint errors
This commit is contained in:
parent
1a7d4e3cda
commit
608a8486e3
17 changed files with 75 additions and 86 deletions
|
@ -422,6 +422,11 @@ options:
|
||||||
elements: str
|
elements: str
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
|
fingerprint:
|
||||||
|
description:
|
||||||
|
- Fingerprint of this resource. A hash of the contents stored in this object. This
|
||||||
|
field is used in optimistic locking.
|
||||||
|
type: str
|
||||||
description:
|
description:
|
||||||
description:
|
description:
|
||||||
- An optional description of this resource.
|
- An optional description of this resource.
|
||||||
|
@ -478,7 +483,7 @@ options:
|
||||||
- The load balancing algorithm used within the scope of the locality.
|
- The load balancing algorithm used within the scope of the locality.
|
||||||
- The possible values are - * ROUND_ROBIN - This is a simple policy in which each
|
- The possible values are - * ROUND_ROBIN - This is a simple policy in which each
|
||||||
healthy backend is selected in round robin order.
|
healthy backend is selected in round robin order.
|
||||||
- "* LEAST_REQUEST - An O(1) algorithm which selects two random healthy hosts
|
- "* LEAST_REQUEST - An algorithm which selects two random healthy hosts
|
||||||
and picks the host which has fewer active requests."
|
and picks the host which has fewer active requests."
|
||||||
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
||||||
to backends. The algorithm has the property that the addition/removal of a host
|
to backends. The algorithm has the property that the addition/removal of a host
|
||||||
|
@ -566,6 +571,7 @@ options:
|
||||||
be used to disable ejection or to ramp it up slowly. Defaults to 0.
|
be used to disable ejection or to ramp it up slowly. Defaults to 0.
|
||||||
required: false
|
required: false
|
||||||
type: int
|
type: int
|
||||||
|
default: 0
|
||||||
enforcing_success_rate:
|
enforcing_success_rate:
|
||||||
description:
|
description:
|
||||||
- The percentage chance that a host will be actually ejected when an outlier
|
- The percentage chance that a host will be actually ejected when an outlier
|
||||||
|
@ -1210,7 +1216,7 @@ localityLbPolicy:
|
||||||
- The load balancing algorithm used within the scope of the locality.
|
- The load balancing algorithm used within the scope of the locality.
|
||||||
- The possible values are - * ROUND_ROBIN - This is a simple policy in which each
|
- The possible values are - * ROUND_ROBIN - This is a simple policy in which each
|
||||||
healthy backend is selected in round robin order.
|
healthy backend is selected in round robin order.
|
||||||
- "* LEAST_REQUEST - An O(1) algorithm which selects two random healthy hosts and
|
- "* LEAST_REQUEST - An algorithm which selects two random healthy hosts and
|
||||||
picks the host which has fewer active requests."
|
picks the host which has fewer active requests."
|
||||||
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
||||||
to backends. The algorithm has the property that the addition/removal of a host
|
to backends. The algorithm has the property that the addition/removal of a host
|
||||||
|
@ -1442,7 +1448,7 @@ def main():
|
||||||
# TODO: capacity_scaler does some value normalization
|
# TODO: capacity_scaler does some value normalization
|
||||||
# server-side, so there needs to be a way to do proper
|
# server-side, so there needs to be a way to do proper
|
||||||
# value comparison.
|
# value comparison.
|
||||||
capacity_scaler=dict(default="1", type="str"),
|
capacity_scaler=dict(default="1.0", type="str"),
|
||||||
description=dict(type="str"),
|
description=dict(type="str"),
|
||||||
group=dict(required=True, type="str"),
|
group=dict(required=True, type="str"),
|
||||||
max_connections=dict(type="int"),
|
max_connections=dict(type="int"),
|
||||||
|
|
|
@ -549,7 +549,7 @@ resources:
|
||||||
- The load balancing algorithm used within the scope of the locality.
|
- The load balancing algorithm used within the scope of the locality.
|
||||||
- The possible values are - * ROUND_ROBIN - This is a simple policy in which
|
- The possible values are - * ROUND_ROBIN - This is a simple policy in which
|
||||||
each healthy backend is selected in round robin order.
|
each healthy backend is selected in round robin order.
|
||||||
- "* LEAST_REQUEST - An O(1) algorithm which selects two random healthy hosts
|
- "* LEAST_REQUEST - An algorithm which selects two random healthy hosts
|
||||||
and picks the host which has fewer active requests."
|
and picks the host which has fewer active requests."
|
||||||
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
||||||
to backends. The algorithm has the property that the addition/removal of a
|
to backends. The algorithm has the property that the addition/removal of a
|
||||||
|
|
|
@ -457,7 +457,6 @@ options:
|
||||||
- Indicates whether or not to export logs. This is false by default, which
|
- Indicates whether or not to export logs. This is false by default, which
|
||||||
means no health check logging will be done.
|
means no health check logging will be done.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
project:
|
project:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -476,7 +476,7 @@ options:
|
||||||
- The load balancing algorithm used within the scope of the locality.
|
- The load balancing algorithm used within the scope of the locality.
|
||||||
- The possible values are - * ROUND_ROBIN - This is a simple policy in which each
|
- The possible values are - * ROUND_ROBIN - This is a simple policy in which each
|
||||||
healthy backend is selected in round robin order.
|
healthy backend is selected in round robin order.
|
||||||
- "* LEAST_REQUEST - An O(1) algorithm which selects two random healthy hosts
|
- "* LEAST_REQUEST - An algorithm which selects two random healthy hosts
|
||||||
and picks the host which has fewer active requests."
|
and picks the host which has fewer active requests."
|
||||||
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
||||||
to backends. The algorithm has the property that the addition/removal of a host
|
to backends. The algorithm has the property that the addition/removal of a host
|
||||||
|
@ -566,6 +566,7 @@ options:
|
||||||
be used to disable ejection or to ramp it up slowly. Defaults to 0.
|
be used to disable ejection or to ramp it up slowly. Defaults to 0.
|
||||||
required: false
|
required: false
|
||||||
type: int
|
type: int
|
||||||
|
default: 0
|
||||||
enforcing_success_rate:
|
enforcing_success_rate:
|
||||||
description:
|
description:
|
||||||
- The percentage chance that a host will be actually ejected when an outlier
|
- The percentage chance that a host will be actually ejected when an outlier
|
||||||
|
@ -1222,7 +1223,7 @@ localityLbPolicy:
|
||||||
- The load balancing algorithm used within the scope of the locality.
|
- The load balancing algorithm used within the scope of the locality.
|
||||||
- The possible values are - * ROUND_ROBIN - This is a simple policy in which each
|
- The possible values are - * ROUND_ROBIN - This is a simple policy in which each
|
||||||
healthy backend is selected in round robin order.
|
healthy backend is selected in round robin order.
|
||||||
- "* LEAST_REQUEST - An O(1) algorithm which selects two random healthy hosts and
|
- "* LEAST_REQUEST - An algorithm which selects two random healthy hosts and
|
||||||
picks the host which has fewer active requests."
|
picks the host which has fewer active requests."
|
||||||
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
||||||
to backends. The algorithm has the property that the addition/removal of a host
|
to backends. The algorithm has the property that the addition/removal of a host
|
||||||
|
|
|
@ -559,7 +559,7 @@ resources:
|
||||||
- The load balancing algorithm used within the scope of the locality.
|
- The load balancing algorithm used within the scope of the locality.
|
||||||
- The possible values are - * ROUND_ROBIN - This is a simple policy in which
|
- The possible values are - * ROUND_ROBIN - This is a simple policy in which
|
||||||
each healthy backend is selected in round robin order.
|
each healthy backend is selected in round robin order.
|
||||||
- "* LEAST_REQUEST - An O(1) algorithm which selects two random healthy hosts
|
- "* LEAST_REQUEST - An algorithm which selects two random healthy hosts
|
||||||
and picks the host which has fewer active requests."
|
and picks the host which has fewer active requests."
|
||||||
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
- "* RING_HASH - The ring/modulo hash load balancer implements consistent hashing
|
||||||
to backends. The algorithm has the property that the addition/removal of a
|
to backends. The algorithm has the property that the addition/removal of a
|
||||||
|
|
|
@ -452,7 +452,6 @@ options:
|
||||||
- Indicates whether or not to export logs. This is false by default, which
|
- Indicates whether or not to export logs. This is false by default, which
|
||||||
means no health check logging will be done.
|
means no health check logging will be done.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
region:
|
region:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -302,7 +302,6 @@ options:
|
||||||
is considered a match if the match criteria above are NOT met.
|
is considered a match if the match criteria above are NOT met.
|
||||||
Defaults to false.
|
Defaults to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
prefix_match:
|
prefix_match:
|
||||||
description:
|
description:
|
||||||
|
@ -364,7 +363,6 @@ options:
|
||||||
- Specifies that prefixMatch and fullPathMatch matches are case sensitive.
|
- Specifies that prefixMatch and fullPathMatch matches are case sensitive.
|
||||||
- Defaults to false.
|
- Defaults to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
metadata_filters:
|
metadata_filters:
|
||||||
description:
|
description:
|
||||||
|
@ -499,7 +497,6 @@ options:
|
||||||
to the Access- Control-Allow-Credentials header. Defaults to
|
to the Access- Control-Allow-Credentials header. Defaults to
|
||||||
false.
|
false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
allow_headers:
|
allow_headers:
|
||||||
description:
|
description:
|
||||||
|
@ -535,7 +532,6 @@ options:
|
||||||
- which indicates that the CORS policy is in effect. Defaults
|
- which indicates that the CORS policy is in effect. Defaults
|
||||||
to false.
|
to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
expose_headers:
|
expose_headers:
|
||||||
description:
|
description:
|
||||||
|
@ -882,7 +878,6 @@ options:
|
||||||
used in TargetHttpProxys. Setting this true for TargetHttpsProxy
|
used in TargetHttpProxys. Setting this true for TargetHttpsProxy
|
||||||
is not permitted. The default is set to false.
|
is not permitted. The default is set to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
path_redirect:
|
path_redirect:
|
||||||
description:
|
description:
|
||||||
|
@ -926,7 +921,6 @@ options:
|
||||||
query portion of the original URL is retained. The default value
|
query portion of the original URL is retained. The default value
|
||||||
is false.
|
is false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
path_rules:
|
path_rules:
|
||||||
description:
|
description:
|
||||||
|
@ -993,7 +987,6 @@ options:
|
||||||
to the Access- Control-Allow-Credentials header. Defaults to
|
to the Access- Control-Allow-Credentials header. Defaults to
|
||||||
false.
|
false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
allow_headers:
|
allow_headers:
|
||||||
description:
|
description:
|
||||||
|
@ -1373,7 +1366,6 @@ options:
|
||||||
used in TargetHttpProxys. Setting this true for TargetHttpsProxy
|
used in TargetHttpProxys. Setting this true for TargetHttpsProxy
|
||||||
is not permitted. The default is set to false.
|
is not permitted. The default is set to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
path_redirect:
|
path_redirect:
|
||||||
description:
|
description:
|
||||||
|
@ -1416,7 +1408,6 @@ options:
|
||||||
is removed prior to redirecting the request. If set to false, the
|
is removed prior to redirecting the request. If set to false, the
|
||||||
query portion of the original URL is retained.
|
query portion of the original URL is retained.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
default_url_redirect:
|
default_url_redirect:
|
||||||
description:
|
description:
|
||||||
|
@ -1441,7 +1432,6 @@ options:
|
||||||
in TargetHttpProxys. Setting this true for TargetHttpsProxy is not permitted.
|
in TargetHttpProxys. Setting this true for TargetHttpsProxy is not permitted.
|
||||||
The default is set to false.
|
The default is set to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
path_redirect:
|
path_redirect:
|
||||||
description:
|
description:
|
||||||
|
@ -1483,7 +1473,6 @@ options:
|
||||||
removed prior to redirecting the request. If set to false, the query
|
removed prior to redirecting the request. If set to false, the query
|
||||||
portion of the original URL is retained.
|
portion of the original URL is retained.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
tests:
|
tests:
|
||||||
description:
|
description:
|
||||||
|
@ -1541,7 +1530,6 @@ options:
|
||||||
Setting this true for TargetHttpsProxy is not permitted. The default is
|
Setting this true for TargetHttpsProxy is not permitted. The default is
|
||||||
set to false.
|
set to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
path_redirect:
|
path_redirect:
|
||||||
description:
|
description:
|
||||||
|
@ -1582,7 +1570,6 @@ options:
|
||||||
prior to redirecting the request. If set to false, the query portion of
|
prior to redirecting the request. If set to false, the query portion of
|
||||||
the original URL is retained.
|
the original URL is retained.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
region:
|
region:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -73,7 +73,6 @@ options:
|
||||||
this reservation. Otherwise, it can be consumed by VMs with affinity for any
|
this reservation. Otherwise, it can be consumed by VMs with affinity for any
|
||||||
reservation. Defaults to false.
|
reservation. Defaults to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
specific_reservation:
|
specific_reservation:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -70,6 +70,11 @@ options:
|
||||||
the resource.
|
the resource.
|
||||||
required: false
|
required: false
|
||||||
type: str
|
type: str
|
||||||
|
fingerprint:
|
||||||
|
description:
|
||||||
|
- Fingerprint of this resource. A hash of the contents stored in this object. This
|
||||||
|
field is used in optimistic locking.
|
||||||
|
type: str
|
||||||
header_action:
|
header_action:
|
||||||
description:
|
description:
|
||||||
- Specifies changes to request and response headers that need to take effect for
|
- Specifies changes to request and response headers that need to take effect for
|
||||||
|
@ -357,7 +362,6 @@ options:
|
||||||
to the Access- Control-Allow-Credentials header. Defaults to
|
to the Access- Control-Allow-Credentials header. Defaults to
|
||||||
false.
|
false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
allow_headers:
|
allow_headers:
|
||||||
description:
|
description:
|
||||||
|
@ -737,7 +741,6 @@ options:
|
||||||
used in TargetHttpProxys. Setting this true for TargetHttpsProxy
|
used in TargetHttpProxys. Setting this true for TargetHttpsProxy
|
||||||
is not permitted. The default is set to false.
|
is not permitted. The default is set to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
path_redirect:
|
path_redirect:
|
||||||
description:
|
description:
|
||||||
|
@ -780,7 +783,6 @@ options:
|
||||||
is removed prior to redirecting the request. If set to false, the
|
is removed prior to redirecting the request. If set to false, the
|
||||||
query portion of the original URL is retained.
|
query portion of the original URL is retained.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
route_rules:
|
route_rules:
|
||||||
description:
|
description:
|
||||||
|
@ -948,7 +950,6 @@ options:
|
||||||
is considered a match if the match criteria above are NOT met.
|
is considered a match if the match criteria above are NOT met.
|
||||||
Defaults to false.
|
Defaults to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
prefix_match:
|
prefix_match:
|
||||||
description:
|
description:
|
||||||
|
@ -1010,7 +1011,6 @@ options:
|
||||||
- Specifies that prefixMatch and fullPathMatch matches are case sensitive.
|
- Specifies that prefixMatch and fullPathMatch matches are case sensitive.
|
||||||
- Defaults to false.
|
- Defaults to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
metadata_filters:
|
metadata_filters:
|
||||||
description:
|
description:
|
||||||
|
@ -1145,7 +1145,6 @@ options:
|
||||||
to the Access- Control-Allow-Credentials header. Defaults to
|
to the Access- Control-Allow-Credentials header. Defaults to
|
||||||
false.
|
false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
allow_headers:
|
allow_headers:
|
||||||
description:
|
description:
|
||||||
|
@ -1181,7 +1180,6 @@ options:
|
||||||
- which indicates that the CORS policy is in effect. Defaults
|
- which indicates that the CORS policy is in effect. Defaults
|
||||||
to false.
|
to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
expose_headers:
|
expose_headers:
|
||||||
description:
|
description:
|
||||||
|
@ -1531,7 +1529,6 @@ options:
|
||||||
- Setting this true for TargetHttpsProxy is not permitted. Defaults
|
- Setting this true for TargetHttpsProxy is not permitted. Defaults
|
||||||
to false.
|
to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
path_redirect:
|
path_redirect:
|
||||||
description:
|
description:
|
||||||
|
@ -1569,7 +1566,6 @@ options:
|
||||||
is removed prior to redirecting the request. If set to false, the
|
is removed prior to redirecting the request. If set to false, the
|
||||||
query portion of the original URL is retained. Defaults to false.
|
query portion of the original URL is retained. Defaults to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
default_url_redirect:
|
default_url_redirect:
|
||||||
description:
|
description:
|
||||||
|
@ -1594,7 +1590,6 @@ options:
|
||||||
in TargetHttpProxys. Setting this true for TargetHttpsProxy is not permitted.
|
in TargetHttpProxys. Setting this true for TargetHttpsProxy is not permitted.
|
||||||
The default is set to false.
|
The default is set to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
path_redirect:
|
path_redirect:
|
||||||
description:
|
description:
|
||||||
|
@ -1636,7 +1631,6 @@ options:
|
||||||
removed prior to redirecting the request. If set to false, the query
|
removed prior to redirecting the request. If set to false, the query
|
||||||
portion of the original URL is retained.
|
portion of the original URL is retained.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
default_route_action:
|
default_route_action:
|
||||||
description:
|
description:
|
||||||
|
@ -1733,7 +1727,6 @@ options:
|
||||||
- If true, headerValue is set for the header, discarding any
|
- If true, headerValue is set for the header, discarding any
|
||||||
values that were set for that header.
|
values that were set for that header.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
response_headers_to_remove:
|
response_headers_to_remove:
|
||||||
description:
|
description:
|
||||||
|
@ -1767,7 +1760,6 @@ options:
|
||||||
- If true, headerValue is set for the header, discarding any
|
- If true, headerValue is set for the header, discarding any
|
||||||
values that were set for that header.
|
values that were set for that header.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
url_rewrite:
|
url_rewrite:
|
||||||
description:
|
description:
|
||||||
|
@ -1960,14 +1952,12 @@ options:
|
||||||
that the actual request can include user credentials.
|
that the actual request can include user credentials.
|
||||||
- This translates to the Access-Control-Allow-Credentials header.
|
- This translates to the Access-Control-Allow-Credentials header.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
disabled:
|
disabled:
|
||||||
description:
|
description:
|
||||||
- If true, specifies the CORS policy is disabled. The default value
|
- If true, specifies the CORS policy is disabled. The default value
|
||||||
is false, which indicates that the CORS policy is in effect.
|
is false, which indicates that the CORS policy is in effect.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
fault_injection_policy:
|
fault_injection_policy:
|
||||||
description:
|
description:
|
||||||
|
@ -2095,7 +2085,6 @@ options:
|
||||||
Setting this true for TargetHttpsProxy is not permitted. The default is
|
Setting this true for TargetHttpsProxy is not permitted. The default is
|
||||||
set to false.
|
set to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
path_redirect:
|
path_redirect:
|
||||||
description:
|
description:
|
||||||
|
@ -2136,7 +2125,6 @@ options:
|
||||||
prior to redirecting the request. If set to false, the query portion of
|
prior to redirecting the request. If set to false, the query portion of
|
||||||
the original URL is retained. The default is set to false.
|
the original URL is retained. The default is set to false.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
default_route_action:
|
default_route_action:
|
||||||
description:
|
description:
|
||||||
|
@ -2231,8 +2219,6 @@ options:
|
||||||
exist for the header.
|
exist for the header.
|
||||||
- If true, headerValue is set for the header, discarding any values
|
- If true, headerValue is set for the header, discarding any values
|
||||||
that were set for that header.
|
that were set for that header.
|
||||||
required: false
|
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
response_headers_to_remove:
|
response_headers_to_remove:
|
||||||
description:
|
description:
|
||||||
|
@ -2266,7 +2252,6 @@ options:
|
||||||
- If true, headerValue is set for the header, discarding any values
|
- If true, headerValue is set for the header, discarding any values
|
||||||
that were set for that header.
|
that were set for that header.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
url_rewrite:
|
url_rewrite:
|
||||||
description:
|
description:
|
||||||
|
@ -2456,14 +2441,12 @@ options:
|
||||||
the actual request can include user credentials.
|
the actual request can include user credentials.
|
||||||
- This translates to the Access-Control-Allow-Credentials header.
|
- This translates to the Access-Control-Allow-Credentials header.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
disabled:
|
disabled:
|
||||||
description:
|
description:
|
||||||
- If true, specifies the CORS policy is disabled. The default value is
|
- If true, specifies the CORS policy is disabled. The default value is
|
||||||
false, which indicates that the CORS policy is in effect.
|
false, which indicates that the CORS policy is in effect.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
fault_injection_policy:
|
fault_injection_policy:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -104,6 +104,7 @@ options:
|
||||||
- If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
- If set to true, the request will create a CryptoKey without any CryptoKeyVersions.
|
||||||
You must use the `google_kms_key_ring_import_job` resource to import the CryptoKeyVersion.
|
You must use the `google_kms_key_ring_import_job` resource to import the CryptoKeyVersion.
|
||||||
required: false
|
required: false
|
||||||
|
default: false
|
||||||
type: bool
|
type: bool
|
||||||
project:
|
project:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -60,7 +60,6 @@ options:
|
||||||
to "true" AUTH is enabled on the instance.
|
to "true" AUTH is enabled on the instance.
|
||||||
- Default value is "false" meaning AUTH is disabled.
|
- Default value is "false" meaning AUTH is disabled.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
authorized_network:
|
authorized_network:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -86,7 +86,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Indicates the number of projects that should be returned by the API
|
- Indicates the number of projects that should be returned by the API
|
||||||
request
|
request
|
||||||
type: str
|
type: int
|
||||||
notes:
|
notes:
|
||||||
- for authentication, you can set service_account_file using the C(GCP_SERVICE_ACCOUNT_FILE)
|
- for authentication, you can set service_account_file using the C(GCP_SERVICE_ACCOUNT_FILE)
|
||||||
env variable.
|
env variable.
|
||||||
|
|
|
@ -25,7 +25,7 @@ description:
|
||||||
- Add/remove versions of secrets.
|
- Add/remove versions of secrets.
|
||||||
- Please note that other features like etags, replication, annontation expected to be managed outside of Ansible.
|
- Please note that other features like etags, replication, annontation expected to be managed outside of Ansible.
|
||||||
short_description: Access and Update Google Cloud Secrets Manager objects
|
short_description: Access and Update Google Cloud Secrets Manager objects
|
||||||
author: Dave Costakos @RedHat
|
author: Dave Costakos (@davecostakos) <dcostako@redhat.com>
|
||||||
requirements:
|
requirements:
|
||||||
- python >= 2.6
|
- python >= 2.6
|
||||||
- requests >= 2.18.4
|
- requests >= 2.18.4
|
||||||
|
@ -44,6 +44,7 @@ options:
|
||||||
- application
|
- application
|
||||||
- machineaccount
|
- machineaccount
|
||||||
- serviceaccount
|
- serviceaccount
|
||||||
|
- accesstoken
|
||||||
service_account_contents:
|
service_account_contents:
|
||||||
description:
|
description:
|
||||||
- The contents of a Service Account JSON file, either in a dictionary or as a
|
- The contents of a Service Account JSON file, either in a dictionary or as a
|
||||||
|
@ -58,11 +59,21 @@ options:
|
||||||
- An optional service account email address if machineaccount is selected and
|
- An optional service account email address if machineaccount is selected and
|
||||||
the user does not wish to use the default email.
|
the user does not wish to use the default email.
|
||||||
type: str
|
type: str
|
||||||
|
access_token:
|
||||||
|
description:
|
||||||
|
- An OAuth2 access token if credential type is accesstoken.
|
||||||
|
type: str
|
||||||
scopes:
|
scopes:
|
||||||
description:
|
description:
|
||||||
- Array of scopes to be used
|
- Array of scopes to be used
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
|
env_type:
|
||||||
|
description:
|
||||||
|
- Specifies which Ansible environment you're running this module within.
|
||||||
|
- This should not be set unless you know what you're doing.
|
||||||
|
- This only alters the User Agent string for any API requests.
|
||||||
|
type: str
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- Name of the secret to be used
|
- Name of the secret to be used
|
||||||
|
@ -105,6 +116,7 @@ options:
|
||||||
- only used in creation
|
- only used in creation
|
||||||
- Note that the "value" piece of a label must contain only readable chars
|
- Note that the "value" piece of a label must contain only readable chars
|
||||||
type: dict
|
type: dict
|
||||||
|
default: {}
|
||||||
notes:
|
notes:
|
||||||
- 'API Reference: U(https://cloud.google.com/secret-manager/docs/reference/rests)'
|
- 'API Reference: U(https://cloud.google.com/secret-manager/docs/reference/rests)'
|
||||||
- 'Official Documentation: U(https://cloud.google.com/secret-manager/docs/overview)'
|
- 'Official Documentation: U(https://cloud.google.com/secret-manager/docs/overview)'
|
||||||
|
@ -171,6 +183,7 @@ resources:
|
||||||
description: List of resources
|
description: List of resources
|
||||||
returned: always
|
returned: always
|
||||||
type: complex
|
type: complex
|
||||||
|
contains:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- The name of the secret
|
- The name of the secret
|
||||||
|
@ -204,7 +217,7 @@ resources:
|
||||||
payload:
|
payload:
|
||||||
description:
|
description:
|
||||||
- The base 64 secret payload including CRC for validation
|
- The base 64 secret payload including CRC for validation
|
||||||
retunred: success
|
returned: success
|
||||||
type: dict
|
type: dict
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -158,7 +158,7 @@ import json
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
module = GcpModule(argument_spec=dict(instance=dict(required=True, type='dict')))
|
module = GcpModule(argument_spec=dict(instance=dict(required=True, type='dict')), supports_check_mode=True)
|
||||||
|
|
||||||
if not module.params['scopes']:
|
if not module.params['scopes']:
|
||||||
module.params['scopes'] = ['https://www.googleapis.com/auth/sqlservice.admin']
|
module.params['scopes'] = ['https://www.googleapis.com/auth/sqlservice.admin']
|
||||||
|
|
|
@ -62,6 +62,10 @@ options:
|
||||||
- The name of the bucket.
|
- The name of the bucket.
|
||||||
required: true
|
required: true
|
||||||
type: dict
|
type: dict
|
||||||
|
object:
|
||||||
|
description:
|
||||||
|
- The target of the ACL.
|
||||||
|
type: str
|
||||||
entity:
|
entity:
|
||||||
description:
|
description:
|
||||||
- 'The entity holding the permission, in one of the following forms: * user-{{userId}}
|
- 'The entity holding the permission, in one of the following forms: * user-{{userId}}
|
||||||
|
|
|
@ -43,7 +43,6 @@ options:
|
||||||
src:
|
src:
|
||||||
description:
|
description:
|
||||||
- Source location of file (may be local machine or cloud depending on action). Cloud locations need to be urlencoded including slashes.
|
- Source location of file (may be local machine or cloud depending on action). Cloud locations need to be urlencoded including slashes.
|
||||||
required: true
|
|
||||||
type: path
|
type: path
|
||||||
dest:
|
dest:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -94,7 +94,6 @@ options:
|
||||||
to peer the TPU Node to is a Shared VPC network, the node must be created with
|
to peer the TPU Node to is a Shared VPC network, the node must be created with
|
||||||
this this field enabled.
|
this this field enabled.
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
|
||||||
type: bool
|
type: bool
|
||||||
scheduling_config:
|
scheduling_config:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue