Update to 2021-07-08 10:00

master
Daniel Berteaud 3 years ago
parent e6037d4f3d
commit b465e7aecf
  1. 4
      roles/crowdsec/defaults/main.yml
  2. 2
      roles/crowdsec/tasks/install.yml

@ -1,11 +1,11 @@
--- ---
# Version to install # Version to install
cs_version: 1.0.13 cs_version: 1.1.1
# URL of the archive # URL of the archive
cs_archive_url: https://github.com/crowdsecurity/crowdsec/releases/download/v{{ cs_version }}/crowdsec-release.tgz cs_archive_url: https://github.com/crowdsecurity/crowdsec/releases/download/v{{ cs_version }}/crowdsec-release.tgz
# Expected sha1 of the archive # Expected sha1 of the archive
cs_archive_sha1: 2e6003aa47d54d6b338edebb91d9fc597e6d1c32 cs_archive_sha1: e128534e1fc5529441512451753ecb79c2cdcb85
# Crowdsec usually should run as root to be able to access all your logs # Crowdsec usually should run as root to be able to access all your logs
# but in some situations, when all your logs are readable by a less privileged user, you can run # but in some situations, when all your logs are readable by a less privileged user, you can run

@ -22,7 +22,7 @@
remote_src: True remote_src: True
- name: Install or upgrade crowdsec - name: Install or upgrade crowdsec
command: ./wizard.sh --bin{{ cs_install_mode }} command: ./wizard.sh --bin{{ cs_install_mode }} --force
args: args:
chdir: /tmp/crowdsec-v{{ cs_version }}/ chdir: /tmp/crowdsec-v{{ cs_version }}/
notify: restart crowdsec notify: restart crowdsec

Loading…
Cancel
Save