๐Ÿ“— Ansible playbooks and roles for building an idempotent, interconnected and scalable infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-playbooks/roles/rclone/defaults/main.yml

20 lines
307 B

2 years ago
rclone_user: rclone
rclone_group: rclone
rclone_conf_dir: /etc/rclone
rclone_mount_dir: /opt/rclone
rclone_single_args:
- syslog
- allow-other
rclone_multi_args:
buffer-size: 3M
checkers: 3
contimeout: 4m0s
max-backlog: 1000
retries: 10
transfers: 3
attr-timeout: 2s
rclone_remotes: []