rename gitea_install_fail2ban_config to gitea_fail2ban_enabled
This commit is contained in:
parent
a9414f6593
commit
41797ebdfd
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -43,4 +43,4 @@
|
|||
enabled: true
|
||||
|
||||
- include: fail2ban.yml
|
||||
when: gitea_install_fail2ban_config
|
||||
when: gitea_fail2ban_enabled
|
Loading…
Reference in a new issue