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

37 lines
721 B
Markdown
Raw Normal View History

2022-11-21 16:52:36 +01:00
iptables-persistent
=========
2022-11-21 16:52:36 +01:00
This role setup iptables-persistent and execute rules saving
Requirements
------------
2022-11-21 16:52:36 +01:00
.
Role Variables
--------------
- **iptables_persistent_package_name_by_os_family** (array): Each key correspond to [OS family](https://docs.ansible.com/ansible/2.6/user_guide/playbooks_conditionals.html#ansible-os-family), the value correspond to the package name to be installed
- **iptables_persistent_save_to_file** (boolean): If true enable file saving with rules
2022-11-21 16:52:36 +01:00
Dependencies
------------
2022-11-21 16:52:36 +01:00
.
Example Playbook
----------------
2022-11-21 16:52:36 +01:00
This role aims to be used by other roles.
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)