ansible-roles/minifirewall
Gabriel Periard-Tremblay 87ebadcadd Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
..
defaults Add autostart option 2017-05-02 10:56:12 +02:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks Minor syntax and whitespaces fixes 2017-05-19 22:29:53 +02:00
tests Minifirewall: add some context for tests 2017-05-21 11:00:13 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md Minifirewall: extend configuration abilities with blocks 2017-01-06 15:50:48 +01:00

README.md

minifirewall

Installation of minifirewall a simple and versatile local firewall.

The firewall is not started by default, but an init script is installed.

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • minifirewall_int: which network interface to protect (default: detected default ipv4 interface)
  • minifirewall_ipv6_enabled: (default: on)
  • minifirewall_int_lan: (default: IP/32)
  • minifirewall_trusted_ips: with IP/hosts should be trusted for full access (default: none)
  • minifirewall_privilegied_ips: with IP/hosts should be trusted for restricted access (default: none)

The full list of variables (with default values) can be found in defaults/main.yml.

Some IP/hosts must be configured or the server will be inaccessible via network.