diff --git a/README.md b/README.md index 74c32e6..194d199 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An Ansible Role that installs that sets up BorgBackup on Debian/Ubuntu. ## 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_source_directories` (required): List of local folders to back up. - `borg_exclude_patterns` (optional): List of local folders to exclude. @@ -31,4 +31,4 @@ MIT/BSD ## 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. diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..290bb1f --- /dev/null +++ b/meta/main.yml @@ -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 \ No newline at end of file