From 3d5edb45b9d5c7323aa6858226b3596a3f162f1f Mon Sep 17 00:00:00 2001 From: Philipp Rintz Date: Sun, 29 Nov 2020 15:36:26 +0100 Subject: [PATCH] Add additional variables to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff4cc40..8b393a2 100644 --- a/README.md +++ b/README.md @@ -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_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`]. +* **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