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

9 lines
151 B
YAML
Raw Normal View History

- name: Configure Nginx
include: nginx.yml
2019-12-08 16:47:28 +00:00
2019-12-08 20:16:42 +00:00
- name: Configure wireguard
include: wireguard.yml
- name: Configure fail2ban
include: fail2ban.yml