Ansible_workstation/roles/borgmatic
Bertrand Benjamin ac3f412d63 Feat: validate borgconfig and verify repository 2022-03-20 18:56:58 +01:00
..
defaults Feat: validate borgconfig and verify repository 2022-03-20 18:56:58 +01:00
handlers Feat: basic borgmatic role 2022-03-08 14:42:14 +01:00
molecule/default Feat: borgmatic start after boot 2022-03-09 10:46:21 +01:00
tasks Feat: validate borgconfig and verify repository 2022-03-20 18:56:58 +01:00
templates Feat: rename templates and add borgmatic_name 2022-03-13 14:39:14 +01:00
tests Feat: init borgmatic role 2022-03-04 15:24:09 +01:00
vars Feat: init borgmatic role 2022-03-04 15:24:09 +01:00
.travis.yml Feat: init borgmatic role 2022-03-04 15:24:09 +01:00
.yamllint Feat: init borgmatic role 2022-03-04 15:24:09 +01:00
README.md Feat: borgmatic on boot works in molecule 2022-03-13 11:20:57 +01:00

README.md

Borgmatic

Deploy borgmatic and configure it.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

borg_source_directories # list of folder to backup
borg_repository # list of repositories

Dependencies

None

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 }