rename gitea_install_fail2ban_config to gitea_fail2ban_enabled

This commit is contained in:
Mathias Merscher 2019-03-09 21:40:56 +01:00 committed by Thomas Maurice
parent a9414f6593
commit 41797ebdfd
3 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ The following have been tested with Debian 8, it should work on Ubuntu as well.
### Fail2Ban configuration
* `gitea_install_fail2ban_config`: Wether to deploy the fail2ban config snippets
* `gitea_fail2ban_enabled`: Wether to deploy the fail2ban config snippets
## Disclaimer
This module is currently a work in progress. For now it is only able to install

View File

@ -41,4 +41,4 @@ gitea_mailer_skip_verify: true
gitea_mailer_host: localhost:25
gitea_mailer_from: noreply@your.domain
gitea_install_fail2ban_config: false
gitea_fail2ban_enabled: false

View File

@ -43,4 +43,4 @@
enabled: true
- include: fail2ban.yml
when: gitea_install_fail2ban_config
when: gitea_fail2ban_enabled