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 init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
meta init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
tasks updating some roles with README 2022-11-21 16:52:36 +01:00
tests init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
vars init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
.travis.yml init repo with: iptables, pihole, snort, yggdrasil, basic hardening, os-updates 2022-11-18 18:33:37 +01:00
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