Mischa ter Smitten
Mischa ter Smitten
Any updates on this?
``` vagrant up --provision debian-10 ``` seems to work just fine. ``` root@ansible-fail2ban-debian-10:~# sudo fail2ban-client status Status |- Number of jail: 1 `- Jail list: sshd root@ansible-fail2ban-debian-10:~# systemctl status fail2ban.service...
https://github.com/Oefenweb/ansible-fail2ban/releases/tag/v3.3.11
It looks like it has something to do with your setup
@dammdev Can you create a PR (targeting the affected OS versions)?
I think in recent versions `/var/run` should be `/run`. Not sure that it makes any difference tough.
Installation of packages from github.com is already supported, but I'm definitely interested in improving this and making more remotes available.
There's an example in the Readme. You need to specify an organization/repository and a type (github)
Also have a look at the `R-install-requirements` script that is included in this role. We use this script to install requirements for shiny-apps (from a file)
You might want to have a look at [a similar role](https://github.com/Oefenweb/ansible-nodejs) I created