inventory.j2.sh 365 B

12345678
  1. #!/bin/sh
  2. export GCE_PROJECT="{{ openshift_gcp_project }}"
  3. export GCE_ZONE="{{ openshift_gcp_zone }}"
  4. export GCE_EMAIL="{{ (lookup('file', openshift_gcp_iam_service_account_keyfile ) | from_json ).client_email }}"
  5. export GCE_PEM_FILE_PATH="/tmp/gce.pem"
  6. export INVENTORY_IP_TYPE="{{ inventory_ip_type }}"
  7. export GCE_TAGGED_INSTANCES="{{ openshift_gcp_prefix }}ocp"