Files @ 941f4f372672
Branch filter:

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

branko
MAR-12: Updated the common role to deploy ferm, and set-up a basic firewall for allowing incoming SSH and ICMP echo requsts (ping).
# 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"