disabled logging for now. too many options. switch to app.ini?
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 42s

This commit is contained in:
Marius Alwan Meyer 2024-05-25 04:56:37 +02:00
parent b0da3ff4a7
commit 306d2eebbe

View File

@ -184,7 +184,7 @@ GITEA__attachment__MINIO_BASE_PATH={{ gitea_vars.attachment.minio_base_path }}
GITEA__attachment__MINIO_USE_SSL={{ gitea_vars.attachment.minio_use_ssl }} GITEA__attachment__MINIO_USE_SSL={{ gitea_vars.attachment.minio_use_ssl }}
{% endif %} {% endif %}
{% endif %} {# /attachment #} {% endif %} {# /attachment #}
{# Disabled logging for now
{% if 'log' in gitea_vars %} {% if 'log' in gitea_vars %}
{% if 'root_path' in gitea_vars['log'] %} {% if 'root_path' in gitea_vars['log'] %}
GITEA__log__ROOT_PATH={{ gitea_vars.log.root_path }} GITEA__log__ROOT_PATH={{ gitea_vars.log.root_path }}
@ -205,7 +205,7 @@ GITEA__log__ENABLE_log_LOG={{ gitea_vars.log.enable_log_log }}
GITEA__log__ENABLE_XORM_LOG={{ gitea_vars.log.enable_xorm_log }} GITEA__log__ENABLE_XORM_LOG={{ gitea_vars.log.enable_xorm_log }}
{% endif %} {% endif %}
{% endif %} {# /logging#} {% endif %} {# /logging#}
#}
{% if 'ssh' in gitea_vars %} {% if 'ssh' in gitea_vars %}
{% if 'minimum_key_sizes' in gitea_vars['ssh'] %} {% if 'minimum_key_sizes' in gitea_vars['ssh'] %}
{% if 'ed25519' in gitea_vars['ssh']['minimum_key_sizes'] %} {% if 'ed25519' in gitea_vars['ssh']['minimum_key_sizes'] %}