This is an Ansible role which installs syncstorage-rs, Mozilla Sync Storage server in Rust used to power Firefox Sync, with syncstorage-rs-docker to run as a Docker container wrapped in a systemd service.
Note
This role is configured to build the Docker image by default, as it is not provided by the upstream project. Before proceeding, make sure that the machine which you are going to run the Ansible commands against has sufficient computing power to build it.
This role implicitly depends on:
Check defaults/main.yml for the full list of supported options.
💡 See this document for details about setting up the service with this role.
You can optionally install pre-commit so that simple mistakes are checked and noticed before changes are pushed to a remote branch. See .pre-commit-config.yaml
for which hooks are to be executed.
See this section on the official documentation for usage.