Ansible_workstation/roles/borgmatic/README.md

29 lines
558 B
Markdown
Raw Normal View History

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):
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 }