This commit is contained in:
Kekskurse 2023-08-07 00:30:57 +02:00
parent 0a0426f8c9
commit ee6a89279c
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 7 additions and 1 deletions

View File

@ -84,4 +84,10 @@
- name: Allow everything and enable UFW
community.general.ufw:
state: enabled
policy: deny
policy: deny
- name: Download b2 client
ansible.builtin.get_url:
url: https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.9.0/b2-linux
dest: /usr/local/bin/b2
mode: '0770'