infrastructure/ansible/roles/gateway/tasks/main.yml
Jake Howard a54d373526
Replace edge proxy with nginx
The config makes more sense, and it has more of the features I need, which will come later.
2021-08-22 22:35:09 +01:00

9 lines
151 B
YAML

- name: Configure Nginx
include: nginx.yml
- name: Configure wireguard
include: wireguard.yml
- name: Configure fail2ban
include: fail2ban.yml