gcloud role w/tests

This commit is contained in:
ericsysmin 2020-05-01 19:16:48 -07:00
commit fa14b8c218
23 changed files with 643 additions and 0 deletions

View file

@ -0,0 +1,15 @@
---
- name: Converge
hosts: all
pre_tasks:
- name: Install gpg for apt_key
apt:
name: gnupg
update_cache: true
when: ansible_os_family|lower == "debian"
roles:
- role: google.cloud.gcloud
gcloud_install_type: archive
gcloud_command_completion: true
gcloud_additional_components:
- cloud-build-local