Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-duply
Ansible role to set up (the latest version of) duply in Debian-like systems
https://github.com/oefenweb/ansible-duply
ansible backup debian duplicity duply ubuntu
Last synced: 2 months ago
JSON representation
Ansible role to set up (the latest version of) duply in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-duply
- Owner: Oefenweb
- License: mit
- Created: 2015-05-01T10:50:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T10:29:02.000Z (11 months ago)
- Last Synced: 2024-03-11T11:40:11.163Z (11 months ago)
- Topics: ansible, backup, debian, duplicity, duply, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 91.8 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## duply
[![CI](https://github.com/Oefenweb/ansible-duply/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-duply/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-duply-blue.svg)](https://galaxy.ansible.com/Oefenweb/duply)Set up [duply](http://duply.net/), a shell front-end for the mighty [duplicity](http://duplicity.nongnu.org/).
#### Requirements
* `duplicity` (will not be installed)
#### Variables
* `duply_version`: [default: `2.5.2`]: Duply [version](https://github.com/Oefenweb/duply/releases) to install
* `duply_install`: [default: `[]`]: Additional packages to install (e.g. `duplicity`)
* `duply_install_dir` [default: `/usr/local/bin`]: Install directory## Dependencies
None
## Recommended
* `ansible-duplicity` ([see](https://github.com/Oefenweb/ansible-duplicity), when `duply_install` is `[]` or to get the latest version of `duplicity`)
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.duply
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-duply/issues)!