Change default ban time to 1 week
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-12-16 22:37:09 +01:00
parent 826c345aef
commit a3a23cf77e
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 18 additions and 2 deletions

View file

@ -65,11 +65,14 @@
- name: Deploy main config
ansible.builtin.template:
src: etc/crowdsec/config.yaml.j2
dest: /etc/crowdsec/config.yaml
src: "etc/crowdsec/{{ item }}.yaml.j2"
dest: "/etc/crowdsec/{{ item }}.yaml.local"
owner: root
group: root
mode: 0644
with_items:
- "config"
- "profiles"
notify: restart crowdsec
- name: Deploy whitelist