add fail2ban because access_log spam is annoying
This commit is contained in:
parent
56d6699804
commit
b6c1c67545
1 changed files with 6 additions and 0 deletions
|
@ -47,7 +47,13 @@
|
||||||
- mod_wsgi
|
- mod_wsgi
|
||||||
- htop # not a dep, but handy
|
- htop # not a dep, but handy
|
||||||
- git
|
- git
|
||||||
|
- fail2ban
|
||||||
|
|
||||||
|
- name: enable fail2ban and start it
|
||||||
|
shell: chkconfig fail2ban on && service fail2ban start
|
||||||
|
|
||||||
- name: clone the flask repo
|
- name: clone the flask repo
|
||||||
git: repo=git://github.com/fedora-infra/hrf.git dest=/srv/www/hrf
|
git: repo=git://github.com/fedora-infra/hrf.git dest=/srv/www/hrf
|
||||||
|
|
||||||
- name: enable port 80
|
- name: enable port 80
|
||||||
command: lokkit -p '80:tcp'
|
command: lokkit -p '80:tcp'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue