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:
parent
bc8c030700
commit
d9f7c7a93b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user