Ansible_workstation/roles/borgmatic
Bertrand Benjamin 19658ae596 Feat: borgmatic start after boot 2022-03-09 10:46:21 +01:00
..
defaults Feat: borgmatic start after boot 2022-03-09 10:46:21 +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: borgmatic start after boot 2022-03-09 10:46:21 +01:00
templates Feat: borgmatic start after boot 2022-03-09 10:46:21 +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 start after boot 2022-03-09 10:46:21 +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
borg_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 }