These are tasks to configure iptables on a CentOS host.
This is typically made to set, per-rule:
- chain
- comment
- source address
- destination port
- protocol
- target
- RHEL-only
variable: value # comment
iptables
iptables_install
iptables_config
install
config
smacz42.common
smacz42.iptables
smacz42.httpd
- name: Roles in Common
hosts: all
gather_facts: true
remote_user: root
#no_log: true
roles:
- { role: common }
- { role: iptables }
- ip6tables
Licensed under the MIT License. See the LICENSE file for details.
This role was created in 2017 by Andrew Cz, a student at The Ohio State University.