mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 18:04:02 -07:00
Adds integration tests for gce module.
This commit is contained in:
parent
b0556ab1fb
commit
2cc4a372c5
6 changed files with 224 additions and 0 deletions
|
@ -3,5 +3,10 @@
|
|||
ec2_access_key:
|
||||
ec2_secret_key:
|
||||
|
||||
# GCE Credentials
|
||||
service_account_email:
|
||||
pem_file:
|
||||
project_id:
|
||||
|
||||
# GITHUB SSH private key - a path to a SSH private key for use with github.com
|
||||
github_ssh_private_key: "{{ lookup('env','HOME') }}/.ssh/id_rsa"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue