mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-11 16:44:30 -07:00
gcloud role w/tests
This commit is contained in:
parent
9bfffd56e8
commit
fa14b8c218
23 changed files with 643 additions and 0 deletions
15
molecule/gcloud/archive_playbook.yml
Normal file
15
molecule/gcloud/archive_playbook.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue