https://github.com/boutetnico/ansible-role-b2
Install and configure Backblaze B2 command-line tool using Ansible.
https://github.com/boutetnico/ansible-role-b2
ansible b2 backblaze debian ubuntu
Last synced: about 1 month ago
JSON representation
Install and configure Backblaze B2 command-line tool using Ansible.
- Host: GitHub
- URL: https://github.com/boutetnico/ansible-role-b2
- Owner: boutetnico
- License: mit
- Created: 2021-05-24T14:50:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T09:46:53.000Z (almost 2 years ago)
- Last Synced: 2025-06-14T03:03:44.849Z (about 1 year ago)
- Topics: ansible, b2, backblaze, debian, ubuntu
- Language: Jinja
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/boutetnico/ansible-role-b2/actions?query=workflow%3A%22Test+ansible+role%22)
[](https://galaxy.ansible.com/boutetnico/b2)
ansible-role-b2
===============
This role installs and configures [Backblaze B2 command-line tool](https://b2-command-line-tool.readthedocs.io/en/master/).
Requirements
------------
Ansible 2.10 or newer.
Supported Platforms
-------------------
- [Debian - 11 (Bullseye)](https://wiki.debian.org/DebianBullseye)
- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)
- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.04/)
- [Ubuntu - 24.04 (Noble Numbat)](http://releases.ubuntu.com/24.04/)
Role Variables
--------------
| 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. |
Dependencies
------------
None
Example Playbook
----------------
- hosts: all
roles:
- role: ansible-role-b2
Testing
-------
molecule test
License
-------
MIT
Author Information
------------------
[@boutetnico](https://github.com/boutetnico)