blob: f94ab871910f58555c14322fa939209cda5c7220 (
plain)
1
2
3
4
5
6
7
8
9
|
##############################################################################
# Must be filled in
##############################################################################
zone = "us-west1-a"
gcp_auth_file = "/root/***/***.json" # path of your .json file
project_id = "" # the google project
password = "" # password for Ansible SSH
host = "" # IP of my Ansible
|