2019-01-12 13:29:51 +00:00
|
|
|
# Standards: 0.1
|
2018-06-23 20:25:31 +00:00
|
|
|
---
|
|
|
|
galaxy_info:
|
2020-01-30 22:26:11 +00:00
|
|
|
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
|
|
|
|
author: Robert Kaussow <mail@geeklabor.de>
|
2020-01-31 10:23:20 +00:00
|
|
|
# @meta description: >
|
|
|
|
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.logrotate)
|
|
|
|
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.logrotate?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.logrotate)
|
2020-06-04 13:15:58 +00:00
|
|
|
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.iptables/src/branch/master/LICENSE)
|
2020-01-31 10:23:20 +00:00
|
|
|
#
|
|
|
|
# Role to manage iptables firewall.
|
|
|
|
# @end
|
|
|
|
description: Role to manage iptables firewall
|
2018-06-23 20:25:31 +00:00
|
|
|
license: MIT
|
2020-01-30 22:26:11 +00:00
|
|
|
min_ansible_version: 2.8
|
2018-06-23 20:25:31 +00:00
|
|
|
platforms:
|
2019-01-12 13:29:51 +00:00
|
|
|
- name: EL
|
|
|
|
versions:
|
|
|
|
- 7
|
2018-06-23 20:25:31 +00:00
|
|
|
galaxy_tags:
|
|
|
|
- firewall
|
|
|
|
- iptables
|
2020-03-21 13:36:05 +00:00
|
|
|
dependencies: []
|