Ombi¶
| Description / name | Input element |
|---|---|
| Your domain name |
Overview¶
Ombi is a self-hosted media request, user management, and media discovery web application designed to simplify the process of requesting movies, TV shows, and music for media servers like Jellyfin, Plex, and Emby.
Deployment¶
sb install sandbox-ombi
Usage¶
Visit https://ombi.iYOUR_DOMAIN_NAMEi.
Role Defaults¶
Use the Inventory to customize variables. (1)
-
This role supports multiple instances via
ombi_instances.Example override
ombi_role_web_subdomain: "custom"Applies to all instances of ombi
ombi2_web_subdomain: "custom2"Applies to the instance named ombi2
Avoid overriding variables ending in
_defaultWhen overriding variables that end in
_default(likeombi_docker_envs_default), you replace the entire default configuration. Future updates that add new default values will not be applied to your setup, potentially breaking functionality.Instead, use the corresponding
_customvariable (likeombi_docker_envs_custom) to add your changes. Custom values are merged with defaults, ensuring you receive updates.
ombi_instances
# Type: list
ombi_instances: ["ombi"]
Example Override
# Type: list
ombi_instances: ["ombi", "ombi2"]
ombi_role_web_subdomainombi2_web_subdomain
# Type: string
ombi_role_web_subdomain: "{{ ombi_name }}"
# Type: string
ombi2_web_subdomain: "{{ ombi_name }}"
ombi_role_web_domainombi2_web_domain
# Type: string
ombi_role_web_domain: "{{ user.domain }}"
# Type: string
ombi2_web_domain: "{{ user.domain }}"
ombi_role_web_portombi2_web_port
# Type: string
ombi_role_web_port: "3579"
# Type: string
ombi2_web_port: "3579"
ombi_role_web_urlombi2_web_url
# Type: string
ombi_role_web_url: "{{ 'https://' + (lookup('role_var', '_web_subdomain', role='ombi') + '.' + lookup('role_var', '_web_domain', role='ombi')
if (lookup('role_var', '_web_subdomain', role='ombi') | length > 0)
else lookup('role_var', '_web_domain', role='ombi')) }}"
# Type: string
ombi2_web_url: "{{ 'https://' + (lookup('role_var', '_web_subdomain', role='ombi') + '.' + lookup('role_var', '_web_domain', role='ombi')
if (lookup('role_var', '_web_subdomain', role='ombi') | length > 0)
else lookup('role_var', '_web_domain', role='ombi')) }}"
ombi_role_dns_recordombi2_dns_record
# Type: string
ombi_role_dns_record: "{{ lookup('role_var', '_web_subdomain', role='ombi') }}"
# Type: string
ombi2_dns_record: "{{ lookup('role_var', '_web_subdomain', role='ombi') }}"
ombi_role_dns_zoneombi2_dns_zone
# Type: string
ombi_role_dns_zone: "{{ lookup('role_var', '_web_domain', role='ombi') }}"
# Type: string
ombi2_dns_zone: "{{ lookup('role_var', '_web_domain', role='ombi') }}"
ombi_role_dns_proxyombi2_dns_proxy
# Type: bool (true/false)
ombi_role_dns_proxy: "{{ dns_proxied }}"
# Type: bool (true/false)
ombi2_dns_proxy: "{{ dns_proxied }}"
ombi_role_traefik_sso_middlewareombi2_traefik_sso_middleware
# Type: string
ombi_role_traefik_sso_middleware: ""
# Type: string
ombi2_traefik_sso_middleware: ""
ombi_role_traefik_middleware_defaultombi2_traefik_middleware_default
# Type: string
ombi_role_traefik_middleware_default: "{{ traefik_default_middleware }}"
# Type: string
ombi2_traefik_middleware_default: "{{ traefik_default_middleware }}"
ombi_role_traefik_middleware_customombi2_traefik_middleware_custom
# Type: string
ombi_role_traefik_middleware_custom: ""
# Type: string
ombi2_traefik_middleware_custom: ""
ombi_role_traefik_certresolverombi2_traefik_certresolver
# Type: string
ombi_role_traefik_certresolver: "{{ traefik_default_certresolver }}"
# Type: string
ombi2_traefik_certresolver: "{{ traefik_default_certresolver }}"
ombi_role_traefik_enabledombi2_traefik_enabled
# Type: bool (true/false)
ombi_role_traefik_enabled: true
# Type: bool (true/false)
ombi2_traefik_enabled: true
ombi_role_traefik_api_enabledombi2_traefik_api_enabled
# Type: bool (true/false)
ombi_role_traefik_api_enabled: false
# Type: bool (true/false)
ombi2_traefik_api_enabled: false
ombi_role_traefik_api_endpointombi2_traefik_api_endpoint
# Type: string
ombi_role_traefik_api_endpoint: ""
# Type: string
ombi2_traefik_api_endpoint: ""
Container
ombi_role_docker_containerombi2_docker_container
# Type: string
ombi_role_docker_container: "{{ ombi_name }}"
# Type: string
ombi2_docker_container: "{{ ombi_name }}"
Image
ombi_role_docker_image_pullombi2_docker_image_pull
# Type: bool (true/false)
ombi_role_docker_image_pull: true
# Type: bool (true/false)
ombi2_docker_image_pull: true
ombi_role_docker_image_repoombi2_docker_image_repo
# Type: string
ombi_role_docker_image_repo: "lscr.io/linuxserver/ombi"
# Type: string
ombi2_docker_image_repo: "lscr.io/linuxserver/ombi"
ombi_role_docker_image_tagombi2_docker_image_tag
# Type: string
ombi_role_docker_image_tag: "latest"
# Type: string
ombi2_docker_image_tag: "latest"
ombi_role_docker_imageombi2_docker_image
# Type: string
ombi_role_docker_image: "{{ lookup('role_var', '_docker_image_repo', role='ombi') }}:{{ lookup('role_var', '_docker_image_tag', role='ombi') }}"
# Type: string
ombi2_docker_image: "{{ lookup('role_var', '_docker_image_repo', role='ombi') }}:{{ lookup('role_var', '_docker_image_tag', role='ombi') }}"
Envs
ombi_role_docker_envs_defaultombi2_docker_envs_default
# Type: dict
ombi_role_docker_envs_default:
PUID: "{{ uid }}"
PGID: "{{ gid }}"
UMASK: "002"
TZ: "{{ tz }}"
# Type: dict
ombi2_docker_envs_default:
PUID: "{{ uid }}"
PGID: "{{ gid }}"
UMASK: "002"
TZ: "{{ tz }}"
ombi_role_docker_envs_customombi2_docker_envs_custom
# Type: dict
ombi_role_docker_envs_custom: {}
# Type: dict
ombi2_docker_envs_custom: {}
Volumes
ombi_role_docker_volumes_defaultombi2_docker_volumes_default
# Type: list
ombi_role_docker_volumes_default:
- "{{ lookup('role_var', '_paths_location', role='ombi') }}:/config"
# Type: list
ombi2_docker_volumes_default:
- "{{ lookup('role_var', '_paths_location', role='ombi') }}:/config"
ombi_role_docker_volumes_customombi2_docker_volumes_custom
# Type: list
ombi_role_docker_volumes_custom: []
# Type: list
ombi2_docker_volumes_custom: []
Hostname
ombi_role_docker_hostnameombi2_docker_hostname
# Type: string
ombi_role_docker_hostname: "{{ ombi_name }}"
# Type: string
ombi2_docker_hostname: "{{ ombi_name }}"
Networks
ombi_role_docker_networks_aliasombi2_docker_networks_alias
# Type: string
ombi_role_docker_networks_alias: "{{ ombi_name }}"
# Type: string
ombi2_docker_networks_alias: "{{ ombi_name }}"
ombi_role_docker_networks_defaultombi2_docker_networks_default
# Type: list
ombi_role_docker_networks_default: []
# Type: list
ombi2_docker_networks_default: []
ombi_role_docker_networks_customombi2_docker_networks_custom
# Type: list
ombi_role_docker_networks_custom: []
# Type: list
ombi2_docker_networks_custom: []
Restart Policy
ombi_role_docker_restart_policyombi2_docker_restart_policy
# Type: string
ombi_role_docker_restart_policy: unless-stopped
# Type: string
ombi2_docker_restart_policy: unless-stopped
State
ombi_role_docker_stateombi2_docker_state
# Type: string
ombi_role_docker_state: started
# Type: string
ombi2_docker_state: started
The following advanced options are available via create_docker_container but are not defined in the role. See: docker_container module
Resource Limits
ombi_role_docker_blkio_weightombi2_docker_blkio_weight
# Type: int
ombi_role_docker_blkio_weight:
# Type: int
ombi2_docker_blkio_weight:
ombi_role_docker_cpu_periodombi2_docker_cpu_period
# Type: int
ombi_role_docker_cpu_period:
# Type: int
ombi2_docker_cpu_period:
ombi_role_docker_cpu_quotaombi2_docker_cpu_quota
# Type: int
ombi_role_docker_cpu_quota:
# Type: int
ombi2_docker_cpu_quota:
ombi_role_docker_cpu_sharesombi2_docker_cpu_shares
# Type: int
ombi_role_docker_cpu_shares:
# Type: int
ombi2_docker_cpu_shares:
ombi_role_docker_cpusombi2_docker_cpus
# Type: string
ombi_role_docker_cpus:
# Type: string
ombi2_docker_cpus:
ombi_role_docker_cpuset_cpusombi2_docker_cpuset_cpus
# Type: string
ombi_role_docker_cpuset_cpus:
# Type: string
ombi2_docker_cpuset_cpus:
ombi_role_docker_cpuset_memsombi2_docker_cpuset_mems
# Type: string
ombi_role_docker_cpuset_mems:
# Type: string
ombi2_docker_cpuset_mems:
ombi_role_docker_kernel_memoryombi2_docker_kernel_memory
# Type: string
ombi_role_docker_kernel_memory:
# Type: string
ombi2_docker_kernel_memory:
ombi_role_docker_memoryombi2_docker_memory
# Type: string
ombi_role_docker_memory:
# Type: string
ombi2_docker_memory:
ombi_role_docker_memory_reservationombi2_docker_memory_reservation
# Type: string
ombi_role_docker_memory_reservation:
# Type: string
ombi2_docker_memory_reservation:
ombi_role_docker_memory_swapombi2_docker_memory_swap
# Type: string
ombi_role_docker_memory_swap:
# Type: string
ombi2_docker_memory_swap:
ombi_role_docker_memory_swappinessombi2_docker_memory_swappiness
# Type: int
ombi_role_docker_memory_swappiness:
# Type: int
ombi2_docker_memory_swappiness:
ombi_role_docker_shm_sizeombi2_docker_shm_size
# Type: string
ombi_role_docker_shm_size:
# Type: string
ombi2_docker_shm_size:
Security & Devices
ombi_role_docker_cap_dropombi2_docker_cap_drop
# Type: list
ombi_role_docker_cap_drop:
# Type: list
ombi2_docker_cap_drop:
ombi_role_docker_cgroupns_modeombi2_docker_cgroupns_mode
# Type: string
ombi_role_docker_cgroupns_mode:
# Type: string
ombi2_docker_cgroupns_mode:
ombi_role_docker_device_cgroup_rulesombi2_docker_device_cgroup_rules
# Type: list
ombi_role_docker_device_cgroup_rules:
# Type: list
ombi2_docker_device_cgroup_rules:
ombi_role_docker_device_read_bpsombi2_docker_device_read_bps
# Type: list
ombi_role_docker_device_read_bps:
# Type: list
ombi2_docker_device_read_bps:
ombi_role_docker_device_read_iopsombi2_docker_device_read_iops
# Type: list
ombi_role_docker_device_read_iops:
# Type: list
ombi2_docker_device_read_iops:
ombi_role_docker_device_requestsombi2_docker_device_requests
# Type: list
ombi_role_docker_device_requests:
# Type: list
ombi2_docker_device_requests:
ombi_role_docker_device_write_bpsombi2_docker_device_write_bps
# Type: list
ombi_role_docker_device_write_bps:
# Type: list
ombi2_docker_device_write_bps:
ombi_role_docker_device_write_iopsombi2_docker_device_write_iops
# Type: list
ombi_role_docker_device_write_iops:
# Type: list
ombi2_docker_device_write_iops:
ombi_role_docker_devicesombi2_docker_devices
# Type: list
ombi_role_docker_devices:
# Type: list
ombi2_docker_devices:
ombi_role_docker_devices_defaultombi2_docker_devices_default
# Type: string
ombi_role_docker_devices_default:
# Type: string
ombi2_docker_devices_default:
ombi_role_docker_groupsombi2_docker_groups
# Type: list
ombi_role_docker_groups:
# Type: list
ombi2_docker_groups:
ombi_role_docker_privilegedombi2_docker_privileged
# Type: bool (true/false)
ombi_role_docker_privileged:
# Type: bool (true/false)
ombi2_docker_privileged:
ombi_role_docker_security_optsombi2_docker_security_opts
# Type: list
ombi_role_docker_security_opts:
# Type: list
ombi2_docker_security_opts:
ombi_role_docker_userombi2_docker_user
# Type: string
ombi_role_docker_user:
# Type: string
ombi2_docker_user:
ombi_role_docker_userns_modeombi2_docker_userns_mode
# Type: string
ombi_role_docker_userns_mode:
# Type: string
ombi2_docker_userns_mode:
Networking
ombi_role_docker_dns_optsombi2_docker_dns_opts
# Type: list
ombi_role_docker_dns_opts:
# Type: list
ombi2_docker_dns_opts:
ombi_role_docker_dns_search_domainsombi2_docker_dns_search_domains
# Type: list
ombi_role_docker_dns_search_domains:
# Type: list
ombi2_docker_dns_search_domains:
ombi_role_docker_dns_serversombi2_docker_dns_servers
# Type: list
ombi_role_docker_dns_servers:
# Type: list
ombi2_docker_dns_servers:
ombi_role_docker_domainnameombi2_docker_domainname
# Type: string
ombi_role_docker_domainname:
# Type: string
ombi2_docker_domainname:
ombi_role_docker_exposed_portsombi2_docker_exposed_ports
# Type: list
ombi_role_docker_exposed_ports:
# Type: list
ombi2_docker_exposed_ports:
ombi_role_docker_hostsombi2_docker_hosts
# Type: dict
ombi_role_docker_hosts:
# Type: dict
ombi2_docker_hosts:
ombi_role_docker_hosts_use_commonombi2_docker_hosts_use_common
# Type: bool (true/false)
ombi_role_docker_hosts_use_common:
# Type: bool (true/false)
ombi2_docker_hosts_use_common:
ombi_role_docker_ipc_modeombi2_docker_ipc_mode
# Type: string
ombi_role_docker_ipc_mode:
# Type: string
ombi2_docker_ipc_mode:
ombi_role_docker_linksombi2_docker_links
# Type: list
ombi_role_docker_links:
# Type: list
ombi2_docker_links:
ombi_role_docker_network_modeombi2_docker_network_mode
# Type: string
ombi_role_docker_network_mode:
# Type: string
ombi2_docker_network_mode:
ombi_role_docker_pid_modeombi2_docker_pid_mode
# Type: string
ombi_role_docker_pid_mode:
# Type: string
ombi2_docker_pid_mode:
ombi_role_docker_portsombi2_docker_ports
# Type: list
ombi_role_docker_ports:
# Type: list
ombi2_docker_ports:
ombi_role_docker_utsombi2_docker_uts
# Type: string
ombi_role_docker_uts:
# Type: string
ombi2_docker_uts:
Storage
ombi_role_docker_keep_volumesombi2_docker_keep_volumes
# Type: bool (true/false)
ombi_role_docker_keep_volumes:
# Type: bool (true/false)
ombi2_docker_keep_volumes:
ombi_role_docker_mountsombi2_docker_mounts
# Type: list
ombi_role_docker_mounts:
# Type: list
ombi2_docker_mounts:
ombi_role_docker_storage_optsombi2_docker_storage_opts
# Type: dict
ombi_role_docker_storage_opts:
# Type: dict
ombi2_docker_storage_opts:
ombi_role_docker_tmpfsombi2_docker_tmpfs
# Type: list
ombi_role_docker_tmpfs:
# Type: list
ombi2_docker_tmpfs:
ombi_role_docker_volume_driverombi2_docker_volume_driver
# Type: string
ombi_role_docker_volume_driver:
# Type: string
ombi2_docker_volume_driver:
ombi_role_docker_volumes_fromombi2_docker_volumes_from
# Type: list
ombi_role_docker_volumes_from:
# Type: list
ombi2_docker_volumes_from:
ombi_role_docker_volumes_globalombi2_docker_volumes_global
# Type: bool (true/false)
ombi_role_docker_volumes_global:
# Type: bool (true/false)
ombi2_docker_volumes_global:
ombi_role_docker_working_dirombi2_docker_working_dir
# Type: string
ombi_role_docker_working_dir:
# Type: string
ombi2_docker_working_dir:
Monitoring & Lifecycle
ombi_role_docker_auto_removeombi2_docker_auto_remove
# Type: bool (true/false)
ombi_role_docker_auto_remove:
# Type: bool (true/false)
ombi2_docker_auto_remove:
ombi_role_docker_cleanupombi2_docker_cleanup
# Type: bool (true/false)
ombi_role_docker_cleanup:
# Type: bool (true/false)
ombi2_docker_cleanup:
ombi_role_docker_force_killombi2_docker_force_kill
# Type: string
ombi_role_docker_force_kill:
# Type: string
ombi2_docker_force_kill:
ombi_role_docker_healthcheckombi2_docker_healthcheck
# Type: dict
ombi_role_docker_healthcheck:
# Type: dict
ombi2_docker_healthcheck:
ombi_role_docker_healthy_wait_timeoutombi2_docker_healthy_wait_timeout
# Type: int
ombi_role_docker_healthy_wait_timeout:
# Type: int
ombi2_docker_healthy_wait_timeout:
ombi_role_docker_initombi2_docker_init
# Type: bool (true/false)
ombi_role_docker_init:
# Type: bool (true/false)
ombi2_docker_init:
ombi_role_docker_kill_signalombi2_docker_kill_signal
# Type: string
ombi_role_docker_kill_signal:
# Type: string
ombi2_docker_kill_signal:
ombi_role_docker_log_driverombi2_docker_log_driver
# Type: string
ombi_role_docker_log_driver:
# Type: string
ombi2_docker_log_driver:
ombi_role_docker_log_optionsombi2_docker_log_options
# Type: dict
ombi_role_docker_log_options:
# Type: dict
ombi2_docker_log_options:
ombi_role_docker_oom_killerombi2_docker_oom_killer
# Type: bool (true/false)
ombi_role_docker_oom_killer:
# Type: bool (true/false)
ombi2_docker_oom_killer:
ombi_role_docker_oom_score_adjombi2_docker_oom_score_adj
# Type: int
ombi_role_docker_oom_score_adj:
# Type: int
ombi2_docker_oom_score_adj:
ombi_role_docker_output_logsombi2_docker_output_logs
# Type: bool (true/false)
ombi_role_docker_output_logs:
# Type: bool (true/false)
ombi2_docker_output_logs:
ombi_role_docker_pausedombi2_docker_paused
# Type: bool (true/false)
ombi_role_docker_paused:
# Type: bool (true/false)
ombi2_docker_paused:
ombi_role_docker_recreateombi2_docker_recreate
# Type: bool (true/false)
ombi_role_docker_recreate:
# Type: bool (true/false)
ombi2_docker_recreate:
ombi_role_docker_restart_retriesombi2_docker_restart_retries
# Type: int
ombi_role_docker_restart_retries:
# Type: int
ombi2_docker_restart_retries:
ombi_role_docker_stop_timeoutombi2_docker_stop_timeout
# Type: int
ombi_role_docker_stop_timeout:
# Type: int
ombi2_docker_stop_timeout:
Other Options
ombi_role_docker_capabilitiesombi2_docker_capabilities
# Type: list
ombi_role_docker_capabilities:
# Type: list
ombi2_docker_capabilities:
ombi_role_docker_cgroup_parentombi2_docker_cgroup_parent
# Type: string
ombi_role_docker_cgroup_parent:
# Type: string
ombi2_docker_cgroup_parent:
ombi_role_docker_commandsombi2_docker_commands
# Type: list
ombi_role_docker_commands:
# Type: list
ombi2_docker_commands:
ombi_role_docker_create_timeoutombi2_docker_create_timeout
# Type: int
ombi_role_docker_create_timeout:
# Type: int
ombi2_docker_create_timeout:
ombi_role_docker_entrypointombi2_docker_entrypoint
# Type: string
ombi_role_docker_entrypoint:
# Type: string
ombi2_docker_entrypoint:
ombi_role_docker_env_fileombi2_docker_env_file
# Type: string
ombi_role_docker_env_file:
# Type: string
ombi2_docker_env_file:
ombi_role_docker_labelsombi2_docker_labels
# Type: dict
ombi_role_docker_labels:
# Type: dict
ombi2_docker_labels:
ombi_role_docker_labels_use_commonombi2_docker_labels_use_common
# Type: bool (true/false)
ombi_role_docker_labels_use_common:
# Type: bool (true/false)
ombi2_docker_labels_use_common:
ombi_role_docker_read_onlyombi2_docker_read_only
# Type: bool (true/false)
ombi_role_docker_read_only:
# Type: bool (true/false)
ombi2_docker_read_only:
ombi_role_docker_runtimeombi2_docker_runtime
# Type: string
ombi_role_docker_runtime:
# Type: string
ombi2_docker_runtime:
ombi_role_docker_sysctlsombi2_docker_sysctls
# Type: list
ombi_role_docker_sysctls:
# Type: list
ombi2_docker_sysctls:
ombi_role_docker_ulimitsombi2_docker_ulimits
# Type: list
ombi_role_docker_ulimits:
# Type: list
ombi2_docker_ulimits:
ombi_role_autoheal_enabledombi2_autoheal_enabled
# Enable or disable Autoheal monitoring for containers created when deploying
# Type: bool (true/false)
ombi_role_autoheal_enabled: true
# Enable or disable Autoheal monitoring for containers created when deploying
# Type: bool (true/false)
ombi2_autoheal_enabled: true
ombi_role_depends_onombi2_depends_on
# List of container dependencies that must be running before containers start
# Type: string
ombi_role_depends_on: ""
# List of container dependencies that must be running before containers start
# Type: string
ombi2_depends_on: ""
ombi_role_depends_on_delayombi2_depends_on_delay
# Delay in seconds before starting containers after dependencies are ready
# Type: string (quoted number)
ombi_role_depends_on_delay: "0"
# Delay in seconds before starting containers after dependencies are ready
# Type: string (quoted number)
ombi2_depends_on_delay: "0"
ombi_role_depends_on_healthchecksombi2_depends_on_healthchecks
# Enable healthcheck waiting for container dependencies
# Type: string ("true"/"false")
ombi_role_depends_on_healthchecks:
# Enable healthcheck waiting for container dependencies
# Type: string ("true"/"false")
ombi2_depends_on_healthchecks:
ombi_role_diun_enabledombi2_diun_enabled
# Enable or disable Diun update notifications for containers created when deploying
# Type: bool (true/false)
ombi_role_diun_enabled: true
# Enable or disable Diun update notifications for containers created when deploying
# Type: bool (true/false)
ombi2_diun_enabled: true
ombi_role_dns_enabledombi2_dns_enabled
# Enable or disable automatic DNS record creation for containers
# Type: bool (true/false)
ombi_role_dns_enabled: true
# Enable or disable automatic DNS record creation for containers
# Type: bool (true/false)
ombi2_dns_enabled: true
ombi_role_docker_controllerombi2_docker_controller
# Enable or disable Saltbox Docker Controller management for containers
# Type: bool (true/false)
ombi_role_docker_controller: true
# Enable or disable Saltbox Docker Controller management for containers
# Type: bool (true/false)
ombi2_docker_controller: true
ombi_role_docker_image_repoombi2_docker_image_repo
# Type: string
ombi_role_docker_image_repo:
# Type: string
ombi2_docker_image_repo:
ombi_role_docker_image_tagombi2_docker_image_tag
# Type: string
ombi_role_docker_image_tag:
# Type: string
ombi2_docker_image_tag:
ombi_role_docker_volumes_downloadombi2_docker_volumes_download
# Type: bool (true/false)
ombi_role_docker_volumes_download:
# Type: bool (true/false)
ombi2_docker_volumes_download:
ombi_role_paths_locationombi2_paths_location
# Type: string
ombi_role_paths_location:
# Type: string
ombi2_paths_location:
ombi_role_themepark_addonsombi2_themepark_addons
# Type: string
ombi_role_themepark_addons:
# Type: string
ombi2_themepark_addons:
ombi_role_themepark_appombi2_themepark_app
# Type: string
ombi_role_themepark_app:
# Type: string
ombi2_themepark_app:
ombi_role_themepark_themeombi2_themepark_theme
# Type: string
ombi_role_themepark_theme:
# Type: string
ombi2_themepark_theme:
ombi_role_traefik_api_endpointombi2_traefik_api_endpoint
# Type: dict/omit
ombi_role_traefik_api_endpoint:
# Type: dict/omit
ombi2_traefik_api_endpoint:
ombi_role_traefik_api_middlewareombi2_traefik_api_middleware
# Type: string
ombi_role_traefik_api_middleware:
# Type: string
ombi2_traefik_api_middleware:
ombi_role_traefik_api_middleware_httpombi2_traefik_api_middleware_http
# Type: string
ombi_role_traefik_api_middleware_http:
# Type: string
ombi2_traefik_api_middleware_http:
ombi_role_traefik_autodetect_enabledombi2_traefik_autodetect_enabled
# Enable Traefik autodetect middleware for containers
# Type: bool (true/false)
ombi_role_traefik_autodetect_enabled: false
# Enable Traefik autodetect middleware for containers
# Type: bool (true/false)
ombi2_traefik_autodetect_enabled: false
ombi_role_traefik_certresolverombi2_traefik_certresolver
# Type: string
ombi_role_traefik_certresolver:
# Type: string
ombi2_traefik_certresolver:
ombi_role_traefik_crowdsec_enabledombi2_traefik_crowdsec_enabled
# Enable CrowdSec middleware for containers
# Type: bool (true/false)
ombi_role_traefik_crowdsec_enabled: false
# Enable CrowdSec middleware for containers
# Type: bool (true/false)
ombi2_traefik_crowdsec_enabled: false
ombi_role_traefik_error_pages_enabledombi2_traefik_error_pages_enabled
# Enable custom error pages middleware for containers
# Type: bool (true/false)
ombi_role_traefik_error_pages_enabled: false
# Enable custom error pages middleware for containers
# Type: bool (true/false)
ombi2_traefik_error_pages_enabled: false
ombi_role_traefik_gzip_enabledombi2_traefik_gzip_enabled
# Enable gzip compression middleware for containers
# Type: bool (true/false)
ombi_role_traefik_gzip_enabled: false
# Enable gzip compression middleware for containers
# Type: bool (true/false)
ombi2_traefik_gzip_enabled: false
ombi_role_traefik_middleware_httpombi2_traefik_middleware_http
# Type: string
ombi_role_traefik_middleware_http:
# Type: string
ombi2_traefik_middleware_http:
ombi_role_traefik_middleware_http_api_insecureombi2_traefik_middleware_http_api_insecure
# Type: bool (true/false)
ombi_role_traefik_middleware_http_api_insecure:
# Type: bool (true/false)
ombi2_traefik_middleware_http_api_insecure:
ombi_role_traefik_middleware_http_insecureombi2_traefik_middleware_http_insecure
# Type: bool (true/false)
ombi_role_traefik_middleware_http_insecure:
# Type: bool (true/false)
ombi2_traefik_middleware_http_insecure:
ombi_role_traefik_priorityombi2_traefik_priority
# Type: string
ombi_role_traefik_priority:
# Type: string
ombi2_traefik_priority:
ombi_role_traefik_robot_enabledombi2_traefik_robot_enabled
# Enable robots.txt middleware for containers
# Type: bool (true/false)
ombi_role_traefik_robot_enabled: true
# Enable robots.txt middleware for containers
# Type: bool (true/false)
ombi2_traefik_robot_enabled: true
ombi_role_traefik_tailscale_enabledombi2_traefik_tailscale_enabled
# Enable Tailscale-specific Traefik configuration for containers
# Type: bool (true/false)
ombi_role_traefik_tailscale_enabled: false
# Enable Tailscale-specific Traefik configuration for containers
# Type: bool (true/false)
ombi2_traefik_tailscale_enabled: false
ombi_role_traefik_wildcard_enabledombi2_traefik_wildcard_enabled
# Enable wildcard certificate for containers
# Type: bool (true/false)
ombi_role_traefik_wildcard_enabled: true
# Enable wildcard certificate for containers
# Type: bool (true/false)
ombi2_traefik_wildcard_enabled: true
ombi_role_web_domainombi2_web_domain
# Type: string
ombi_role_web_domain:
# Type: string
ombi2_web_domain:
ombi_role_web_fqdn_overrideombi2_web_fqdn_override
# Override the Traefik fully qualified domain name (FQDN) for containers
# Type: list
ombi_role_web_fqdn_override:
# Override the Traefik fully qualified domain name (FQDN) for containers
# Type: list
ombi2_web_fqdn_override:
Example Override
ombi_role_web_fqdn_override:
- "{{ traefik_host }}"
- "ombi2.{{ user.domain }}"
- "ombi.otherdomain.tld"
Note: Include {{ traefik_host }} to preserve the default FQDN alongside your custom entries
Example Override
ombi2_web_fqdn_override:
- "{{ traefik_host }}"
- "ombi2.{{ user.domain }}"
- "ombi.otherdomain.tld"
Note: Include {{ traefik_host }} to preserve the default FQDN alongside your custom entries
ombi_role_web_host_overrideombi2_web_host_override
# Override the Traefik web host configuration for containers
# Type: string
ombi_role_web_host_override:
# Override the Traefik web host configuration for containers
# Type: string
ombi2_web_host_override:
Example Override
ombi_role_web_host_override: "Host(`{{ traefik_host }}`) || Host(`{{ 'ombi2.' + user.domain }}`)"
Note: Use {{ traefik_host }} to include the default host configuration in your custom rule
Example Override
ombi2_web_host_override: "Host(`{{ traefik_host }}`) || Host(`{{ 'ombi2.' + user.domain }}`)"
Note: Use {{ traefik_host }} to include the default host configuration in your custom rule
ombi_role_web_http_portombi2_web_http_port
# Type: string (quoted number)
ombi_role_web_http_port:
# Type: string (quoted number)
ombi2_web_http_port:
ombi_role_web_http_schemeombi2_web_http_scheme
# Type: string ("http"/"https")
ombi_role_web_http_scheme:
# Type: string ("http"/"https")
ombi2_web_http_scheme:
ombi_role_web_http_serverstransportombi2_web_http_serverstransport
# Type: dict/omit
ombi_role_web_http_serverstransport:
# Type: dict/omit
ombi2_web_http_serverstransport:
ombi_role_web_schemeombi2_web_scheme
# URL scheme to use for web access to containers
# Type: string ("http"/"https")
ombi_role_web_scheme:
# URL scheme to use for web access to containers
# Type: string ("http"/"https")
ombi2_web_scheme:
ombi_role_web_serverstransportombi2_web_serverstransport
# Type: dict/omit
ombi_role_web_serverstransport:
# Type: dict/omit
ombi2_web_serverstransport:
ombi_role_web_subdomainombi2_web_subdomain
# Type: string
ombi_role_web_subdomain:
# Type: string
ombi2_web_subdomain: