Added updating/upgrading step to Crowdsec configuration
This commit is contained in:
@@ -41,3 +41,13 @@
|
||||
become_method: sudo
|
||||
command:
|
||||
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]
|
Reference in New Issue
Block a user