homeserver/roles/stefangweichinger.rclone/defaults/main.yml

19 lines
436 B
YAML
Raw Normal View History

2020-08-18 11:57:53 +02:00
---
# rclone_arch can be defined as an architecture (e.g. arm, mips, 386) listed at https://github.com/ncw/rclone/releases
rclone_arch: amd64
install_manpages: true
# Defaults in case no variables for OS are chosen
rclone_setup_tmp_dir: "/tmp/rclone_setup"
# The location to install the config file if configured
rclone_config_location: "/root/.config/rclone/rclone.conf"
PACKAGES:
- unzip
MAN_PAGES:
OWNER: root
GROUP: root