Added updating/upgrading step to Crowdsec configuration

This commit is contained in:
Alex Tavarez
2025-07-21 16:59:35 -04:00
parent e214c63066
commit 809df97206

View File

@@ -40,4 +40,14 @@
become: yes
become_method: sudo
command:
argv: [cscli, collections, install, crowdsecurity/postfix]
argv: [cscli, collections, install, crowdsecurity/postfix]
- name: Update crowdsec objects
become: yes
become_method: sudo
command:
argv: [cscli, hub, update]
- name: Upgrade crowdsec objects
become: yes
become_method: sudo
command:
argv: [cscli, hub, upgrade]