https://github.com/zerwes/ansible-rsync
rsync service on debian
https://github.com/zerwes/ansible-rsync
Last synced: 7 months ago
JSON representation
rsync service on debian
- Host: GitHub
- URL: https://github.com/zerwes/ansible-rsync
- Owner: zerwes
- License: gpl-3.0
- Created: 2018-04-08T19:39:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T20:55:19.000Z (over 8 years ago)
- Last Synced: 2025-01-23T06:46:04.333Z (over 1 year ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-rsync
rsync service on debian
vars
----
# rsync secrets file
rsync_secrets_file: /etc/rsyncd.secrets
# map user => home
rsync_users:
rsync: /srv/rsync
# map rsync auth user => password
rsync_secrets:
tmp: RsYnCt3mp
# map/dict module => module parameters as map/dict
rsync_modules:
tmp:
path: /srv/rsync/tmp/
comment: rsync tmp
use chroot: "yes"
list: "true"
uid: rsync
gid: rsync
read only: "false"
auth users: tmp