A role to manage Nftables rules and packages
Go to file
Jeremy Gardais df57dc8042 Install nftables. 2017-08-07 12:09:13 +02:00
defaults Install nftables. 2017-08-07 12:09:13 +02:00
meta Install nftables. 2017-08-07 12:09:13 +02:00
tasks Install nftables. 2017-08-07 12:09:13 +02:00
vars Install nftables. 2017-08-07 12:09:13 +02:00
.travis.yml Install nftables. 2017-08-07 12:09:13 +02:00
README.md Install nftables. 2017-08-07 12:09:13 +02:00

README.md

Nftables

  1. Overview
  2. Role Variables
  3. Example Playbook
  4. Configuration
  5. Development
  6. License
  7. Author Information

Overview

A role to manage Nftables rules and packages.

Role Variables

  • nft_pkg_manage: If nftables package(s) should be managed with this role [default: true].
  • nft_pkg_state: State of new nftables package(s) [default: installed].

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 nftables on the system.

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

WTFPL

Author Information

Jérémy Gardais