{"id":21400306,"url":"https://github.com/oefenweb/ansible-duplicity","last_synced_at":"2025-07-23T02:04:27.164Z","repository":{"id":53761716,"uuid":"34898871","full_name":"Oefenweb/ansible-duplicity","owner":"Oefenweb","description":"Ansible role to set up (the latest version of) duplicity in Ubuntu systems","archived":false,"fork":false,"pushed_at":"2023-11-02T11:03:05.000Z","size":121,"stargazers_count":6,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T18:22:48.566Z","etag":null,"topics":["ansible","backup","duplicity","duplicity-backup","ubuntu"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Oefenweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-05-01T10:48:13.000Z","updated_at":"2023-03-03T03:37:45.000Z","dependencies_parsed_at":"2023-02-08T19:00:24.153Z","dependency_job_id":"a5f61c05-68a4-4bfb-a3ae-ffb1b16c4e48","html_url":"https://github.com/Oefenweb/ansible-duplicity","commit_stats":null,"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/Oefenweb/ansible-duplicity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-duplicity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-duplicity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-duplicity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-duplicity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oefenweb","download_url":"https://codeload.github.com/Oefenweb/ansible-duplicity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-duplicity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265210645,"owners_count":23728490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","backup","duplicity","duplicity-backup","ubuntu"],"created_at":"2024-11-22T15:20:50.970Z","updated_at":"2025-07-23T02:04:27.149Z","avatar_url":"https://github.com/Oefenweb.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## duplicity\n\n[![CI](https://github.com/Oefenweb/ansible-duplicity/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-duplicity/actions?query=workflow%3ACI)\n[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-duplicity-blue.svg)](https://galaxy.ansible.com/Oefenweb/duplicity)\n\nSet up (the latest version of) [duplicity](http://duplicity.nongnu.org/) in Ubuntu systems.\n\n#### Requirements\n\n* `software-properties-common` (will be installed)\n* `dirmngr` (will be installed)\n\nwhen using `duplicity_install_method: ppa`\n\n* `build-essential` (will be installed)\n* `librsync-dev` (will be installed)\n* `rdiff` (will be installed)\n* `gettext` (will be installed)\n\n* `python(2|3)` (will **not** be installed)\n* `python(2|3)-dev` (will **not** be installed)\n* `pip` (will **not** be installed)\n\nwhen using `duplicity_install_method: pip`\n\n#### Variables\n\n* `duplicity_install_method`: [default: `native`]: The way to install duplicity (e.g. `native` (from Ubuntu repo), `ppa` (`ppa:duplicity-team/duplicity-release-git`, `\u003e 16.04` only), or `pip`)\n\n* `duplicity_pip_dependencies_python`: [default: `['duplicity==0.8.18']`]: Pip dependencies to install. Only relevant when using `duplicity_install_method: pip`\n\n* `duplicity_install`: [default: `[]`]: Additional packages to install (e.g. `ncftp`)\n\n## Dependencies\n\nNone\n\n#### Example(s)\n\n##### Default\n\n```yaml\n---\n- hosts: all\n  roles:\n    - oefenweb.duplicity\n```\n\n##### PPA\n\n```yaml\n---\n- hosts: all\n  roles:\n    - oefenweb.duplicity\n  vars:\n    duplicity_install_method: ppa\n```\n\n##### Pip\n\n```yaml\n---\n- hosts: all\n  roles:\n    - oefenweb.duplicity\n  vars:\n    duplicity_install_method: pip\n    # Always install latest\n    duplicity_pip_dependencies_python:\n      - duplicity\n```\n\n#### License\n\nMIT\n\n#### Author Information\n\nMischa ter Smitten\n\n#### Feedback, bug-reports, requests, ...\n\nAre [welcome](https://github.com/Oefenweb/ansible-duplicity/issues)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fansible-duplicity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foefenweb%2Fansible-duplicity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fansible-duplicity/lists"}