From f5d7a0afb6daf0c51f989cd0cbffe5a0702379ed Mon Sep 17 00:00:00 2001 From: Manu <3916435+m3nu@users.noreply.github.com> Date: Tue, 16 May 2023 08:07:46 +0200 Subject: [PATCH] Update namespace (#129) --- EXAMPLES.md | 2 +- README.md | 8 ++++---- meta/main.yml | 2 +- molecule/default/converge.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index 8597bde..9e63152 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -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 diff --git a/README.md b/README.md index 189a06d..5707a04 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/meta/main.yml b/meta/main.yml index d9fa6c6..0438447 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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) diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index c58023e..394383f 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -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