mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
Add meta-folder for Ansible Galaxy.
This commit is contained in:
parent
138f741cff
commit
a7e8fbfb5e
@ -4,7 +4,7 @@ An Ansible Role that installs that sets up BorgBackup on Debian/Ubuntu.
|
|||||||
|
|
||||||
## Role Variables
|
## Role Variables
|
||||||
|
|
||||||
- `borg_repository` (required): Full path to repository.
|
- `borg_repository` (required): Full path to repository. Your own server or [BorgBase.com](https://www.borgbase.com).
|
||||||
- `borg_encryption_passphrase` (optional): Password to use for repokey or keyfile. Empty if repo is unencrypted.
|
- `borg_encryption_passphrase` (optional): Password to use for repokey or keyfile. Empty if repo is unencrypted.
|
||||||
- `borg_source_directories` (required): List of local folders to back up.
|
- `borg_source_directories` (required): List of local folders to back up.
|
||||||
- `borg_exclude_patterns` (optional): List of local folders to exclude.
|
- `borg_exclude_patterns` (optional): List of local folders to exclude.
|
||||||
@ -31,4 +31,4 @@ MIT/BSD
|
|||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
Created by [BorgBase.com](https://www.borgbase.com) - Simple and Secure Hosting for your Borg Repositories.
|
Created for [BorgBase.com](https://www.borgbase.com) - Simple and Secure Hosting for your Borg Repositories.
|
||||||
|
25
meta/main.yml
Normal file
25
meta/main.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
dependencies: []
|
||||||
|
|
||||||
|
galaxy_info:
|
||||||
|
author: Manuel Riel
|
||||||
|
description: Borg Backup.
|
||||||
|
company: "BorgBase.com"
|
||||||
|
license: "license (BSD, MIT)"
|
||||||
|
min_ansible_version: 2.0
|
||||||
|
platforms:
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Ubuntu
|
||||||
|
versions:
|
||||||
|
- trusty
|
||||||
|
- xenial
|
||||||
|
- bionic
|
||||||
|
galaxy_tags:
|
||||||
|
- backup
|
||||||
|
- cloud
|
||||||
|
- system
|
||||||
|
- security
|
||||||
|
|
||||||
|
allow_duplicates: true
|
Loading…
Reference in New Issue
Block a user