[crowdsec] feat: moved crowdsec to its own role

This commit is contained in:
Simon Cornet 2024-12-07 21:52:28 +01:00
commit 6c810044fb
3 changed files with 0 additions and 63 deletions

View file

@ -6,7 +6,6 @@
tags:
- "apt"
- "cron"
- "crowdsec"
- "environment-file"
- "hostname"
- "firewall"
@ -33,7 +32,6 @@
tags:
- "apt"
- "cron"
- "crowdsec"
- "environment-file"
- "hostname"
- "firewall"
@ -271,14 +269,6 @@
when: "os_support"
tags: "usermanagement"
# crowdsec
- name: "crowdsec security engine"
ansible.builtin.include_tasks: "crowdsec.yaml"
when:
- "os_support"
- "crowdsec_enable"
tags: "crowdsec"
# firewall
- name: "firewall"
ansible.builtin.import_tasks: "firewall/firewall-general.yaml"