Add additional variables to README

This commit is contained in:
Philipp Rintz 2020-11-29 15:36:26 +01:00
parent 65d7414785
commit 3d5edb45b9
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ Highly inspired by [Mike Gleason firewall role][mikegleasonjr firewall github] (
* **nft_service_enabled**: Set `nftables` service available at startup [default: `true`]. * **nft_service_enabled**: Set `nftables` service available at startup [default: `true`].
* **nft__service_protect**: If systemd unit should protect system and home [default: `true`]. * **nft__service_protect**: If systemd unit should protect system and home [default: `true`].
* **nft__fail2ban_service**: If the Nftables service should also restart the Fail2ban service [default: `False`]. * **nft__fail2ban_service**: If the Nftables service should also restart the Fail2ban service [default: `False`].
* **merged_groups** : If variables from the hosts Ansible groups should be merged [default : `false`].
* **merged_groups_dir** : The dictionary where the nftables group rules, named like the Ansible groups, are located in [default : `vars/`].
### OS Specific Variables ### OS Specific Variables