2022-03-09 09:46:21 +00:00
|
|
|
Borgmatic
|
2022-03-04 14:24:09 +00:00
|
|
|
=========
|
|
|
|
|
2022-03-09 09:46:21 +00:00
|
|
|
Deploy borgmatic and configure it.
|
2022-03-04 14:24:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
Role Variables
|
|
|
|
--------------
|
|
|
|
|
2022-03-09 09:46:21 +00:00
|
|
|
Available variables are listed below, along with default values (see defaults/main.yml):
|
|
|
|
|
2022-03-13 10:20:57 +00:00
|
|
|
borg_source_directories # list of folder to backup
|
|
|
|
borg_repository # list of repositories
|
2022-03-04 14:24:09 +00:00
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
2022-03-09 09:46:21 +00:00
|
|
|
None
|
2022-03-04 14:24:09 +00:00
|
|
|
|
|
|
|
Example Playbook
|
|
|
|
----------------
|
|
|
|
|
|
|
|
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
|
|
|
|
|
|
|
|
- hosts: servers
|
|
|
|
roles:
|
|
|
|
- { role: username.rolename, x: 42 }
|
|
|
|
|