feat: add metadata for ansible galaxy
This commit is contained in:
parent
95756abdc4
commit
3a5eda61c7
1 changed files with 17 additions and 0 deletions
17
meta/main.yml
Normal file
17
meta/main.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
galaxy_info:
|
||||
author: Adrien Waksberg
|
||||
description: Install and configure fail2ban
|
||||
license: Apache2
|
||||
min_ansible_version: 2.2
|
||||
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- stretch
|
||||
|
||||
galaxy_tags:
|
||||
- fail2ban
|
||||
- iptables
|
||||
- security
|
||||
|
||||
dependencies: []
|
Loading…
Reference in a new issue