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