configurations-ansible/roles/iptables-basic
2022-11-21 16:52:36 +01:00
..
defaults updating some roles with README 2022-11-21 16:52:36 +01:00
handlers
meta
tasks updating some roles with README 2022-11-21 16:52:36 +01:00
tests
vars
.travis.yml
README.md updating some roles with README 2022-11-21 16:52:36 +01:00

iptables-basic

This role setup iptables with good defaults

Requirements

.

Role Variables

  • iptables_basic_enabled (boolean): Enable or disable iptable setup
  • iptables_basic_reset_enabled (boolean): Enable or disable iptables flush
  • iptables_basic_drop_unencrypted_smtp_port (boolean): If true drop the standard SMTP port (25)

Dependencies

.

Example Playbook

ansible-playbook -i inventory/example.yml handbook.yml --extra-vars="target=your_target" --tags firewall

License

GPLv3

Author Information