group_vars/web: set default webserver to nginx

While I'm still getting experience with caddy and adapting it to my
workloads.
This commit is contained in:
Alan Orth 2022-11-02 22:12:36 +03:00
parent bc8c030700
commit d9f7c7a93b
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
---
# file: group_vars/web
# run nginx by default
webserver: nginx
# all hosts run fail2ban with the sshd filter, but some can use other filters
extra_fail2ban_filters:
- nginx