mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-09-30 13:33:30 -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
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
# vars file for gcp-http-lb
|
||||
vars:
|
||||
# The backend this LB will be supporting. This will typically be a Instance Group:
|
||||
# example: projects/sample-project/zones/us-central1-c/instanceGroups/sample-instance-group
|
||||
gcp_http_lb_backend: your-backend
|
||||
# The name of your GCP project
|
||||
gcp_project: your-project
|
||||
# The kind of authentication you will use (serviceaccount is recommended)
|
||||
auth_kind: serviceaccount
|
||||
# The path to your service account file (if using the serviceaccount auth kind)
|
||||
service_account_file: path-to-service-account-file
|
||||
|
||||
# The backend this LB will be supporting. This will typically be a Instance Group:
|
||||
# example: projects/sample-project/zones/us-central1-c/instanceGroups/sample-instance-group
|
||||
gcp_http_lb_backend: your-backend
|
||||
# The name of your GCP project
|
||||
gcp_http_lb_gcp_project: your-project
|
||||
# The kind of authentication you will use (serviceaccount is recommended)
|
||||
gcp_http_lb_auth_kind: serviceaccount
|
||||
# The path to your service account file (if using the serviceaccount auth kind)
|
||||
gcp_http_lb_service_account_file: path-to-service-account-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue