commit | 1dfbadf5d6629ba1c5fae77ccb07997e73b213bb | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 09 11:45:39 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 09 11:45:39 2017 -0400 |
tree | f3fcf9fa88bb3ae94cee71e3d4ea2262bf2e3bf1 | |
parent | 20d9b896c162f103035fb31a23d9a5385c04520b [diff] |
updated properties
diff --git a/gce-remove.yml b/gce-remove.yml index 005978d..16d93a2 100644 --- a/gce-remove.yml +++ b/gce-remove.yml
@@ -3,6 +3,12 @@ hosts: localhost connection: local + vars: + service_account: "{{ lookup('file', credentials_file) }}" + ssh_private_key: "{{ service_account['private_key'] }}" + project_id: "{{ service_account['project_id'] }}" + service_account_email: "{{ service_account['client_email'] }}" + vars_files: - gce-properties.yml