Thanks to Mike Gleason inspiration in his role !
This commit is contained in:
parent
98d2bf82db
commit
817e6d46fd
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
A role to manage Nftables rules and packages.
|
A role to manage Nftables rules and packages.
|
||||||
|
|
||||||
|
Highly inspired by [Mike Gleason firewall role][mikegleasonjr firewall github] (3 levels of rules definition and template), thanks !
|
||||||
|
|
||||||
## Role Variables
|
## Role Variables
|
||||||
|
|
||||||
* **nft_pkg_manage** : If `nftables` package(s) should be managed with this role [default : `true`].
|
* **nft_pkg_manage** : If `nftables` package(s) should be managed with this role [default : `true`].
|
||||||
|
@ -138,3 +140,4 @@ Jérémy Gardais
|
||||||
[nftables github]: https://github.com/ipr-cnrs/nftables
|
[nftables github]: https://github.com/ipr-cnrs/nftables
|
||||||
[wtfpl website]: http://www.wtfpl.net/about/
|
[wtfpl website]: http://www.wtfpl.net/about/
|
||||||
[ipr website]: https://ipr.univ-rennes1.fr/
|
[ipr website]: https://ipr.univ-rennes1.fr/
|
||||||
|
[mikegleasonjr firewall github]: https://github.com/mikegleasonjr/ansible-role-firewall
|
||||||
|
|
Loading…
Reference in New Issue