Oefenweb / ansible-duply

Ansible role to set up (the latest version of) duply in Debian-like systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

duply

CI Ansible Galaxy

Set up duply, a shell front-end for the mighty duplicity.

Requirements

  • duplicity (will not be installed)

Variables

  • duply_version: [default: 2.5.2]: Duply version 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, when duply_install is [] or to get the latest version of duplicity)

Example

---
- hosts: all
  roles:
    - oefenweb.duply

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!

About

Ansible role to set up (the latest version of) duply in Debian-like systems

License:MIT License


Languages

Language:Dockerfile 100.0%