This role installs and configures Backblaze B2 command-line tool.
Ansible 2.10 or newer.
- Debian - 11 (Bullseye)
- Debian - 12 (Bookworm)
- Ubuntu - 22.04 (Jammy Jellyfish)
- Ubuntu - 24.04 (Noble Numbat)
Variable | Required | Default | Choices | Comments |
---|---|---|---|---|
b2_application_key_id | true | '' |
string | |
b2_application_key | true | '' |
string | |
b2_package_state | true | present |
string | Use latest to upgrade. |
None
- hosts: all
roles:
- role: ansible-role-b2
molecule test
MIT