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

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

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