Skip to content

Commit f5d7a0a

Browse files
authored
Update namespace (borgbase#129)
1 parent 07c8536 commit f5d7a0a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

EXAMPLES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```
66
- hosts: webservers
77
roles:
8-
- role: m3nu.ansible_role_borgbackup
8+
- role: borgbase.ansible_role_borgbackup
99
borg_encryption_passphrase: CHANGEME
1010
borg_repository: ssh://[email protected]/./repo
1111
borgmatic_timer: systemd

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible Role: BorgBackup Client
22

3-
[![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)
3+
[![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)
44

55
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.
66

@@ -24,7 +24,7 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
2424
```
2525
- hosts: all
2626
roles:
27-
- role: m3nu.ansible_role_borgbackup
27+
- role: borgbase.ansible_role_borgbackup
2828
borg_encryption_passphrase: CHANGEME
2929
borg_repository: ssh://[email protected]/./repo
3030
borg_source_directories:
@@ -43,7 +43,7 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
4343
```
4444
- hosts: all
4545
roles:
46-
- role: m3nu.ansible_role_borgbackup
46+
- role: borgbase.ansible_role_borgbackup
4747
borg_encryption_passphrase: CHANGEME
4848
borg_repository: ssh://[email protected]/./repo
4949
borgmatic_timer: systemd
@@ -64,7 +64,7 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
6464

6565
Download from Ansible Galaxy
6666
```
67-
$ ansible-galaxy install m3nu.ansible_role_borgbackup
67+
$ ansible-galaxy install borgbase.ansible_role_borgbackup
6868
```
6969

7070
Clone latest version from Github

meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies: []
44
galaxy_info:
55
author: Manuel Riel
66
role_name: ansible_role_borgbackup
7-
namespace: m3nu
7+
namespace: borgbase
88
description: Set up backup to remote machine using Borg and Borgmatic.
99
company: "BorgBase.com"
1010
license: license (BSD, MIT)

molecule/default/converge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
state: present
1919

2020
roles:
21-
- role: m3nu.ansible_role_borgbackup
21+
- role: borgbase.ansible_role_borgbackup
2222
borg_install_method: pip
2323
borgmatic_timer: cron
2424
borg_repository: [email protected]:repo

0 commit comments

Comments
 (0)