cloud-commander/defaults/main.yml

9 lines
298 B
YAML
Raw Normal View History

2019-10-06 18:17:14 +00:00
cloud_commander_volume:
- "{{cloud_commander_config_path}}:/root"
- "/mnt/diskstation:{{cloud_commander_root}}:shared"
cloud_commander_port: "8000:8000"
cloud_commander_config_path: "/etc/cloudcommander"
cloud_commander_option: "--no-config-dialog --no-terminal "
cloud_commander_root: "/mnt"