mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-14 23:00:28 -07:00
23 lines
410 B
YAML
23 lines
410 B
YAML
---
|
|
galaxy_info:
|
|
role_name: gcloud
|
|
author: Eric Anderson
|
|
description: Ansible role to install google-cloud-sdk
|
|
license: GPL-3.0
|
|
min_ansible_version: "2.9"
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- focal
|
|
- jammy
|
|
- noble
|
|
- precise
|
|
- trusty
|
|
- xenial
|
|
- bionic
|
|
galaxy_tags:
|
|
- gcloud
|
|
- google
|
|
- cloud
|
|
- sdk
|
|
dependencies: []
|