|
|
||
|---|---|---|
| defaults | ||
| handlers | ||
| meta | ||
| tasks | ||
| templates/etc | ||
| tests | ||
| vars | ||
| .travis.yml | ||
| README.md | ||
README.md
Nftables
Overview
A role to manage Nftables rules and packages.
Role Variables
- nft_pkg_manage : If
nftablespackage(s) should be managed with this role [default :true]. - nft_pkg_state : State of new
nftablespackage(s) [default :installed]. - nft_main_conf_path : Main configuration file loaded by systemd unit [default :
/etc/nftables.conf]. - nft_main_conf_content : Template used to generate the previous main configuration file [default :
etc/nftables.conf.j2]. - nft_service_manage : If
nftablesservice should be managed with this role [default :true]. - nft_service_name :
nftablesservice name [default :nftables].
OS Specific Variables
Please see default value by Operating System file in [vars][vars directory] directory.
- nft_pkg_list : The list of package(s) to provide
nftables.
Example Playbook
- Manage Nftables with defaults vars :
- hosts: serverXYZ
roles:
- role: ipr-cnrs.nftables
Configuration
This role will :
- Install
nftableson the system. - Generate a default configuration file loaded by systemd unit.
- Restart
nftablesservice.
Development
This source code comes from our Gogs instance and the Github repo exist just to be able to send the role to Ansible Galaxy…
But feel free to send issue/PR here :)
Thanks to this hook, Github automatically got updates from our Gogs instance :)
License
Author Information
Jérémy Gardais
- Source : on IPR's Gogs
- IPR (Institut de Physique de Rennes)