Files @ befde126d803
Branch filter:

Location: majic-ansible-roles/roles/common/files/ferm_default

branko
MAR-218: Updated project requirements for Python virtual environment:

- Switch to using Python 3.11 as the basis.
- Pin Ansible and test framework to latest available/supported
versions.
- Drop the workarounds used for older package versions.
- Group the requirements according to their use within the project.
# configuration for /etc/init.d/ferm

# use iptables-restore for fast firewall initialization?
FAST=yes

# cache the output of ferm --lines in /var/cache/ferm?
CACHE=no

# additional paramaters for ferm (like --def '=bar')
OPTIONS=

# Enable the ferm init script? (i.e. run on bootup)
ENABLED="yes"