Update notice
This commit is contained in:
parent
6777a9ab6a
commit
aa0bab7c0b
14
README.md
14
README.md
|
@ -1,5 +1,8 @@
|
|||
# Ansible Modules for Syncthing
|
||||
|
||||
Forked from [github.com/rafi/ansible-modules-syncthing]
|
||||
(https://github.com/rafi/ansible-modules-syncthing).
|
||||
|
||||
Collection of modules for [Syncthing](https://syncthing.net) management.
|
||||
|
||||
## Install
|
||||
|
@ -12,9 +15,9 @@ Copy the `./library` directory to your Ansible project and ensure your
|
|||
library = ./library
|
||||
```
|
||||
|
||||
Please note this module was test on:
|
||||
Please note this module was tested on:
|
||||
|
||||
* Ubuntu 16.04 with Syncthing v0.14.52
|
||||
* Debian Buster with Syncthing v1.0.0
|
||||
|
||||
Please report successful usage on other platforms/versions.
|
||||
|
||||
|
@ -22,12 +25,9 @@ Please report successful usage on other platforms/versions.
|
|||
|
||||
See [example playbooks](./playbooks) for robust feature usage:
|
||||
|
||||
* [install_syncthing.yml] - Install Syncthing on Ubuntu (with systemd)
|
||||
* [install_syncthing.yml] - Install Syncthing on Debian/Ubuntu (with systemd)
|
||||
* [manage.yml] - Ensure Syncthing devices and folders across devices
|
||||
|
||||
[install_syncthing.yml]: http://
|
||||
[manage.yml]: http://
|
||||
|
||||
## Modules
|
||||
|
||||
### Module: `syncthing_device`
|
||||
|
@ -108,5 +108,5 @@ Examples:
|
|||
## License
|
||||
|
||||
Copyright: (c) 2018, Rafael Bodill `<justrafi at g>`
|
||||
Copyright: (c) 2020, Borjan Tchakaloff `<first name at last name dot fr>`
|
||||
Copyright: (c) 2020--2021, Borjan Tchakaloff `<first name at last name dot fr>`
|
||||
GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
|
Loading…
Reference in New Issue
Block a user