mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-29 08:01:31 -07:00
initial commit of stackdriver_monitoring role for GCP Stackdriver
This commit is contained in:
parent
282f8e3b82
commit
ac34d661ff
15 changed files with 246 additions and 0 deletions
20
roles/stackdriver_monitoring/meta/main.yml
Normal file
20
roles/stackdriver_monitoring/meta/main.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: ericsysmin
|
||||
role_name: stackdriver_monitoring
|
||||
description: Ansible role to install Stackdriver monitoring agent
|
||||
license: Apache-2.0
|
||||
min_ansible_version: 2.8
|
||||
platforms:
|
||||
- name: EL
|
||||
versions:
|
||||
- 6
|
||||
- 7
|
||||
- 8
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- precise
|
||||
- trusty
|
||||
- xenial
|
||||
galaxy_tags: []
|
||||
dependencies: []
|
Loading…
Add table
Add a link
Reference in a new issue