--- # required packages ssd_health_packages: - smartmontools - python3-docker - python3-packaging - python3-venv - sqlite3 # autologin vars autologin_password: "kingduy" autologin: true autologin_user: "ssd_health" # php container vars container_name: "ssd_dashboard" container_http_port: "8088" extra_volumes: "" # api service vars service_name: "drive_index" service_folder: "/opt/ssd_health" # other vars db_path: "{{ service_folder }}/drive_records.db" hello_there_url: "https://docs.theregion.beer/hello-there.png" sector_size: "512" install_kiosk: false ...