Skip to content

Commit

Permalink
Add basic metadata for Ansible Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Yorkley committed Oct 18, 2020
1 parent 17f0b9b commit 4d16003
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
galaxy_info:
role_name: log-to-slack
author: Matt-Yorkley
description: Stream logfiles to Slack channels
company: libre-ops

license: GPLv3

min_ansible_version: 2.6

platforms:
- name: Ubuntu
versions:
- xenial
- bionic
- name: Debian
versions:
- sid
- buster

galaxy_tags:
- logs
- slack
- syslog-ng

dependencies: []

0 comments on commit 4d16003

Please sign in to comment.