Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aem-design/ansible-role-config-iptables

Add iptables configs to your server
https://github.com/aem-design/ansible-role-config-iptables

Last synced: 7 days ago
JSON representation

Add iptables configs to your server

Awesome Lists containing this project

README

        

# Ansible Role: Config IpTables

[![Build Status](https://travis-ci.org/aem-design/ansible-role-config-iptables.svg?branch=master)](https://travis-ci.org/aem-design/ansible-role-config-iptables)

Update iptables on host.
> This role was developed as part of
> [AEM.Design](http://aem.design/)

## Requirements

None.

## Role Variables

None.

## Dependencies

None.

## Example Playbook

```yaml
- hosts: all
roles:
- { role: aem_design.config_iptables,
iptable_rules:
- port: "4502"
comment: "service_author_port"
- port: "58242"
comment: "service_author_debug_port"
}
```

## License

Apache 2.0

## Author Information

This role was created by [Max Barrass](https://aem.design/).