mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-31 17:11:31 -07:00
gcloud role w/tests
This commit is contained in:
parent
9bfffd56e8
commit
fa14b8c218
23 changed files with 643 additions and 0 deletions
21
roles/gcloud/meta/main.yml
Normal file
21
roles/gcloud/meta/main.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
galaxy_info:
|
||||
role_name: gcloud
|
||||
author: Eric Anderson
|
||||
description: Ansible role to install google-cloud-sdk
|
||||
company: Avi Networks
|
||||
license: MIT
|
||||
min_ansible_version: 2.4
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- precise
|
||||
- trusty
|
||||
- xenial
|
||||
- bionic
|
||||
galaxy_tags:
|
||||
- gcloud
|
||||
- google
|
||||
- cloud
|
||||
- sdk
|
||||
dependencies: []
|
Loading…
Add table
Add a link
Reference in a new issue