18 lines
436 B
YAML
18 lines
436 B
YAML
---
|
|
# 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
|