mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 16:11:31 -07:00
fix: upgrade ansible version, address test and lint errors
This commit is contained in:
parent
c15b47250d
commit
08ada5354d
216 changed files with 4394 additions and 4262 deletions
|
@ -2,13 +2,13 @@
|
|||
# defaults file for gcp-http-lb
|
||||
gcp_http_lb_state: present
|
||||
gcp_http_lb_cdn: true
|
||||
gcp_http_lb_name_prefix: 'gcp'
|
||||
gcp_http_lb_name_prefix: gcp
|
||||
|
||||
# Name schemes for resources being created
|
||||
gcp_http_lb_globaladdress: "{{gcp_lb_name_prefix}}-globaladdress"
|
||||
gcp_http_lb_instancegroup: "{{gcp_lb_name_prefix}}-instancegroup"
|
||||
gcp_http_lb_healthcheck: "{{gcp_lb_name_prefix}}-healthcheck"
|
||||
gcp_http_lb_backendservice: "{{gcp_lb_name_prefix}}-backendservice"
|
||||
gcp_http_lb_urlmap: "{{gcp_lb_name_prefix}}-urlmap"
|
||||
gcp_http_lb_httpproxy: "{{gcp_lb_name_prefix}}-httpproxy"
|
||||
gcp_http_lb_forwardingrule: "{{gcp_lb_name_prefix}}-forwardingrule"
|
||||
gcp_http_lb_globaladdress: "{{ gcp_lb_name_prefix }}-globaladdress"
|
||||
gcp_http_lb_instancegroup: "{{ gcp_lb_name_prefix }}-instancegroup"
|
||||
gcp_http_lb_healthcheck: "{{ gcp_lb_name_prefix }}-healthcheck"
|
||||
gcp_http_lb_backendservice: "{{ gcp_lb_name_prefix }}-backendservice"
|
||||
gcp_http_lb_urlmap: "{{ gcp_lb_name_prefix }}-urlmap"
|
||||
gcp_http_lb_httpproxy: "{{ gcp_lb_name_prefix }}-httpproxy"
|
||||
gcp_http_lb_forwardingrule: "{{ gcp_lb_name_prefix }}-forwardingrule"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue