--- # Default variables for the ts3audiobot role # Infrastructure # Ansible instructions to deploy the infrastructure # Copyright (C) 2020 Saibotk # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # The install locations ts3audiobot_install_location: /srv/ts3audiobot ts3audiobot_data_location: "{{ ts3audiobot_install_location }}/data" # The docker image and version to use ts3audiobot_baseimage: registry.git.saibotk.de/saibotk/ts3audiobot-docker ts3audiobot_version: latest ts3audiobot_image_version: "{{ ts3audiobot_version }}" # The SELinux level that should be applied to the container/data folder (default is omit and it will be unset) ts3audiobot_selinux_level: "{{ omit }}" # Should the bot be available through the domain / be exposed via HTTP? ts3audiobot_web_enabled: false # The certresolver for traefik to use on this domain (only needed when the redirect is enabled) ts3audiobot_traefik_certresolver: letsencrypt_http # The domain under which the web api/interface should be available ts3audiobot_traefik_domain: bot.ts.example.com