configurations-ansible/roles/iptables-basic/README.md

37 lines
676 B
Markdown
Raw Normal View History

2022-11-21 16:52:36 +01:00
iptables-basic
=========
2022-11-21 16:52:36 +01:00
This role setup iptables with good defaults
Requirements
------------
2022-11-21 16:52:36 +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)
Dependencies
------------
2022-11-21 16:52:36 +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`
License
-------
2022-11-21 16:52:36 +01:00
GPLv3
Author Information
------------------
2022-11-21 16:52:36 +01:00
- [Claudio Maradonna](https://social.unitoo.it/claudio)