ansible-collection-apps/roles/podman_link/defaults/main.yml
chris 8160b123db Update roles/podman_link/defaults/main.yml
renovate annotations and commented versions

To be populated and uncommented when the repo is ready.
2026-07-10 10:26:02 +00:00

43 lines
1.9 KiB
YAML

# podman_link_podman_rootless_user:
podman_link_web_hostname: "{{ inventory_hostname }}"
podman_link_stack_version: 3.4.3
# renovate: datasource=docker image=postgres
# podman_link_postgres_version:
# renovate: datasource=docker image=opensearchproject/opensearch
# podman_link_opensearch_version:
# renovate: datasource=docker image=nginxproxy/nginx-proxy
# podman_link_nginxproxy_version:
# renovate: datasource=docker image=memcached
# podman_link_memcached_version:
# renovate: datasource=docker image=bbernhard/signal-cli-rest-api
# podman_link_signal_cli_version:
# renovate: datasource=docker image=redis
# podman_link_redis_version:
# renovate: datasource=docker image=opensearchproject/opensearch-dashboards
# podman_link_opensearch_dashboard_version:
# renovate: datasource=docker image=zammad/zammad-docker-compose
# podman_link_zammad_version:
podman_link_postgres_zammad_user: postgres
podman_link_postgres_zammad_database: zammad_production
podman_link_postgres_link_user: link
podman_link_postgres_link_database: link
# podman_link_postgres_zammad_password:
# podman_link_postgres_link_password:
# podman_link_postgres_root_password:
# podman_link_zammad_redis_password:
# podman_link_opensearch_password:
podman_link_opensearch_memory_limit: 2048
podman_link_setup_mode: false
podman_link_leafcutter_enabled: false
podman_link_zammad_api_token: ""
# podman_link_nextauth_secret:
# podman_link_google_client_id:
# podman_link_google_client_secret:
# TODO: add keycloak variables
#
# TODO: work out what this was trying to fix and fix it
# the following may seem useless, but unless they are included as variables in the environment file template,
# they automatically get wrapped in quotes by systemd causing zammad to not connect
podman_link_postgres_zammad_postgresql_host: zammad-postgresql
podman_link_postgres_zammad_es_host: opensearch
podman_link_postgres_zammad_memcached_server: zammad-memcached:11211