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

https://github.com/ngine-io/ansible-role-syncthing

Ansible Role for Syncthing on Debian
https://github.com/ngine-io/ansible-role-syncthing

ansible ansible-role ansible-roles syncthing

Last synced: 2 months ago
JSON representation

Ansible Role for Syncthing on Debian

Awesome Lists containing this project

README

        

[![CI](https://github.com/ngine-io/ansible-role-syncthing/actions/workflows/ci.yml/badge.svg)](https://github.com/ngine-io/ansible-role-syncthing/actions/workflows/ci.yml)

# Ansible Role: syncthing

Installs [syncthing](https://syncthing.net) on Debian Linux.

## Requirements

See `requirements.txt`.

## Installation

Via `requirements.yml`:

```yaml
---
# file: requirements.yml
roles:
- name: ngine_io.syncthing
version: v0.1.0
```

To install:

```
ansible-galaxy install -r requirements.yml
```
## License

MIT / Apache2

## Author Information

This role was created in 2024 by [René Moser](https://renemoser.net).