https://github.com/devops-works/ansible-kopia
Ansible role for Kopia
https://github.com/devops-works/ansible-kopia
Last synced: 2 months ago
JSON representation
Ansible role for Kopia
- Host: GitHub
- URL: https://github.com/devops-works/ansible-kopia
- Owner: devops-works
- Created: 2021-09-13T10:45:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T13:33:44.000Z (over 1 year ago)
- Last Synced: 2025-06-04T13:33:26.221Z (10 months ago)
- Language: Jinja
- Size: 16.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kopia ansible role
Ansible role for https://kopia.io/
Only supports GCS.
## Role Variables
- `kopia_gcs_bucket`: GCS destination bucket for Kopia
- `kopia_gcs_email`: email for SA
- `kopia_gcs_password`: repos password
## Example Playbook
```yaml
- hosts: servers
roles:
- { role: ansible-kopia, kopia_gcs_bucket: "foo-1234" }
```
## License
MIT