Ansible_workstation/roles/borgmatic/README.md

558 B

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 }