Skip to content

Commit

Permalink
Update namespace (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu authored May 16, 2023
1 parent 07c8536 commit f5d7a0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```
- hosts: webservers
roles:
- role: m3nu.ansible_role_borgbackup
- role: borgbase.ansible_role_borgbackup
borg_encryption_passphrase: CHANGEME
borg_repository: ssh://[email protected]/./repo
borgmatic_timer: systemd
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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://[email protected]/./repo
borg_source_directories:
Expand All @@ -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://[email protected]/./repo
borgmatic_timer: systemd
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]:repo
Expand Down

0 comments on commit f5d7a0a

Please sign in to comment.