33 lines
678 B
YAML
33 lines
678 B
YAML
---
|
|
galaxy_info:
|
|
author: juju4
|
|
description: setup fprobe as netflow exporter
|
|
license: BSD
|
|
min_ansible_version: 2.0
|
|
#
|
|
# Below are all platforms currently available. Just uncomment
|
|
# the ones that apply to your role. If you don't see your
|
|
# platform on this list, let us know and we'll get it added!
|
|
#
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
- name: Ubuntu
|
|
versions:
|
|
- precise
|
|
- trusty
|
|
- xenial
|
|
#
|
|
# Below are all categories currently available. Just as with
|
|
# the platforms above, uncomment those that apply to your role.
|
|
#
|
|
galaxy_tags:
|
|
- system
|
|
- security
|
|
#dependencies: []
|
|
dependencies:
|
|
- juju4.redhat-epel
|
|
|