diff --git a/README.md b/README.md index 32b0a81..e36730d 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,11 @@ Here is a deeper insight into the variables of this gitea role. For the exact fu | `gitea_indexer_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[indexer]` section of the config. | + + + + + ### Look and feel | variable name | default value | description | | ------------- | ------------- | ----------- | diff --git a/defaults/main.yml b/defaults/main.yml index 12d0a89..5faa5b9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -87,13 +87,8 @@ gitea_disable_git_hooks: true gitea_lfs_jwt_secret: '' gitea_oauth2_jwt_secret: '' - - - - gitea_systemd_cap_net_bind_service: false - gitea_mailer_enabled: false gitea_mailer_skip_verify: false gitea_mailer_tls_enabled: true @@ -118,8 +113,6 @@ gitea_oauth2_enabled: true gitea_metrics_enabled: false gitea_metrics_token: ~ - - gitea_log_level: Info gitea_extra_config: ""