Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)!