infrastructure/ansible/roles/gateway/tasks/main.yml

9 lines
155 B
YAML
Raw Normal View History

2019-12-08 20:16:42 +00:00
- name: Configure HAproxy
include: haproxy.yml
2019-12-08 16:47:28 +00:00
2019-12-08 20:16:42 +00:00
- name: Configure wireguard
include: wireguard.yml
2020-03-13 23:08:26 +00:00
- name: Configure fail2ban
include: fail2ban.yml