Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aem-design/ansible-role-config-iptables
- Owner: aem-design
- Created: 2019-09-07T11:17:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T14:22:35.000Z (over 3 years ago)
- Last Synced: 2024-11-07T01:35:22.512Z (about 2 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).