ansible-ferm
ansible-ferm copied to clipboard
Manage iptables firewall using ferm
The previous code does two things: 1. Restart fail2ban ONLY if it's running with `fail2ban-client ping` 2. Re-add the fail2ban chain that was removed due to the ferm restart using...
I was wondering if it is possible to disable the automatic addition of my current IP to `ferm__ansible_controllers`. I have a dynamic IP and want to not have my current...
Readme states `ansible-galaxy install debops.ferm` as a way to install the role. However, when executing it using ansible `2.6.17` (same with 2.7), i get the following error message: ``` ▶...
Hi, it looks that, while running the basic DebOps playbooks on an Ubuntu 16.04.3 host, when reaching ferm role, everything it is stopping. Seems to be related systemd. To you...
When setting up a fresh test system using ``` debops bootstrap --sudo -K -l server-test debops yacy -l server-test # this is my new playbook ``` the ssh connection get...
I don't think it should ever happen, but I was locked out of my system when using this role. I'm basically trying to ``` - include: ~/.local/share/debops/debops-playbooks/playbooks/common.yml roles: - role:...
- [ ] Make ssh detection window longer, currently it's only 5 minutes, 0.5h should be enought to catch more offenders. And give them less tries before blocking them; -...
This great playbook supports a variety of usecases. Unfortunately, it is rather difficult for a beginner to get started. - A few simple examples will be rather helpful. For inspiration,...
The debops.ferm role has two errors that give the following error messages: TASK [debops.ferm : Remove ip(6)tables rules if requested] ********************* [DEPRECATION WARNING]: Skipping task due to undefined Error, in...
I'm completely lost as to what the promisingly named **ferm_input_group_list** array does. I am really hoping it is something along the lines of policies that can be adjusted to input...