2022-11-21 16:52:36 +01:00
|
|
|
iptables-basic
|
2022-11-18 18:33:37 +01:00
|
|
|
=========
|
|
|
|
|
2022-11-21 16:52:36 +01:00
|
|
|
This role setup iptables with good defaults
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
2022-11-21 16:52:36 +01:00
|
|
|
.
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
2022-11-21 16:52:36 +01:00
|
|
|
- **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)
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
2022-11-21 16:52:36 +01:00
|
|
|
.
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
Example Playbook
|
|
|
|
----------------
|
|
|
|
|
2022-11-21 16:52:36 +01:00
|
|
|
`ansible-playbook -i inventory/example.yml handbook.yml --extra-vars="target=your_target" --tags firewall`
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
2022-11-21 16:52:36 +01:00
|
|
|
GPLv3
|
2022-11-18 18:33:37 +01:00
|
|
|
|
|
|
|
Author Information
|
|
|
|
------------------
|
|
|
|
|
2022-11-21 16:52:36 +01:00
|
|
|
- [Claudio Maradonna](https://social.unitoo.it/claudio)
|