mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
parent
1e2cbefac0
commit
943f7334c5
1 changed files with 3 additions and 3 deletions
|
@ -169,9 +169,9 @@ rest.
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
vars:
|
vars:
|
||||||
project: my-project
|
gcp_project: my-project
|
||||||
auth_kind: serviceaccount
|
gcp_cred_kind: serviceaccount
|
||||||
service_account_file: /home/my_account.json
|
gcp_cred_file: /home/my_account.json
|
||||||
zone: "us-central1-a"
|
zone: "us-central1-a"
|
||||||
region: "us-central1"
|
region: "us-central1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue