Update namespace (#129)

pull/130/head v1.0.1
Manu 1 year ago committed by GitHub
parent 07c853663c
commit f5d7a0afb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      EXAMPLES.md
  2. 8
      README.md
  3. 2
      meta/main.yml
  4. 2
      molecule/default/converge.yml

@ -5,7 +5,7 @@
```
- hosts: webservers
roles:
- role: m3nu.ansible_role_borgbackup
- role: borgbase.ansible_role_borgbackup
borg_encryption_passphrase: CHANGEME
borg_repository: ssh://m5vz9gp4@m5vz9gp4.repo.borgbase.com/./repo
borgmatic_timer: systemd

@ -1,6 +1,6 @@
# Ansible Role: BorgBackup Client
[![Test](https://github.com/borgbase/ansible-role-borgbackup/actions/workflows/main.yml/badge.svg)](https://github.com/borgbase/ansible-role-borgbackup/actions/workflows/main.yml) [![Ansible Galaxy](https://img.shields.io/ansible/role/48519)](https://galaxy.ansible.com/m3nu/ansible_role_borgbackup)
[![Test](https://github.com/borgbase/ansible-role-borgbackup/actions/workflows/main.yml/badge.svg)](https://github.com/borgbase/ansible-role-borgbackup/actions/workflows/main.yml) [![Ansible Galaxy](https://img.shields.io/ansible/role/48519)](https://galaxy.ansible.com/borgbase/ansible_role_borgbackup)
Set up encrypted, compressed and deduplicated backups using [BorgBackup](https://borgbackup.readthedocs.io/en/stable/) and [Borgmatic](https://github.com/witten/borgmatic). Currently supports Debian/Ubuntu, CentOS/Red Hat/Fedora, Archlinux and Manjaro.
@ -24,7 +24,7 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
```
- hosts: all
roles:
- role: m3nu.ansible_role_borgbackup
- role: borgbase.ansible_role_borgbackup
borg_encryption_passphrase: CHANGEME
borg_repository: ssh://xxxxxx@xxxxxx.repo.borgbase.com/./repo
borg_source_directories:
@ -43,7 +43,7 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
```
- hosts: all
roles:
- role: m3nu.ansible_role_borgbackup
- role: borgbase.ansible_role_borgbackup
borg_encryption_passphrase: CHANGEME
borg_repository: ssh://xxxxxx@xxxxxx.repo.borgbase.com/./repo
borgmatic_timer: systemd
@ -64,7 +64,7 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
Download from Ansible Galaxy
```
$ ansible-galaxy install m3nu.ansible_role_borgbackup
$ ansible-galaxy install borgbase.ansible_role_borgbackup
```
Clone latest version from Github

@ -4,7 +4,7 @@ dependencies: []
galaxy_info:
author: Manuel Riel
role_name: ansible_role_borgbackup
namespace: m3nu
namespace: borgbase
description: Set up backup to remote machine using Borg and Borgmatic.
company: "BorgBase.com"
license: license (BSD, MIT)

@ -18,7 +18,7 @@
state: present
roles:
- role: m3nu.ansible_role_borgbackup
- role: borgbase.ansible_role_borgbackup
borg_install_method: pip
borgmatic_timer: cron
borg_repository: m5vz9gp4@m5vz9gp4.repo.borgbase.com:repo

Loading…
Cancel
Save