mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
improve linting
This commit is contained in:
parent
0b23826553
commit
62b0bc8ef8
2 changed files with 5 additions and 7 deletions
|
@ -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. |
|
| `gitea_indexer_extra_config` | `''` | you can use this variable to pass additional config parameters in the `[indexer]` section of the config. |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Look and feel
|
### Look and feel
|
||||||
| variable name | default value | description |
|
| variable name | default value | description |
|
||||||
| ------------- | ------------- | ----------- |
|
| ------------- | ------------- | ----------- |
|
||||||
|
|
|
@ -87,13 +87,8 @@ gitea_disable_git_hooks: true
|
||||||
gitea_lfs_jwt_secret: ''
|
gitea_lfs_jwt_secret: ''
|
||||||
gitea_oauth2_jwt_secret: ''
|
gitea_oauth2_jwt_secret: ''
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
gitea_systemd_cap_net_bind_service: false
|
gitea_systemd_cap_net_bind_service: false
|
||||||
|
|
||||||
|
|
||||||
gitea_mailer_enabled: false
|
gitea_mailer_enabled: false
|
||||||
gitea_mailer_skip_verify: false
|
gitea_mailer_skip_verify: false
|
||||||
gitea_mailer_tls_enabled: true
|
gitea_mailer_tls_enabled: true
|
||||||
|
@ -118,8 +113,6 @@ gitea_oauth2_enabled: true
|
||||||
gitea_metrics_enabled: false
|
gitea_metrics_enabled: false
|
||||||
gitea_metrics_token: ~
|
gitea_metrics_token: ~
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
gitea_log_level: Info
|
gitea_log_level: Info
|
||||||
|
|
||||||
gitea_extra_config: ""
|
gitea_extra_config: ""
|
||||||
|
|
Loading…
Reference in a new issue