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

9 lines
169 B
YAML
Raw Normal View History

- name: Configure Nginx
2022-01-22 20:21:32 +00:00
include_tasks: nginx.yml
2019-12-08 16:47:28 +00:00
2019-12-08 20:16:42 +00:00
- name: Configure wireguard
2022-01-22 20:21:32 +00:00
include_tasks: wireguard.yml
- name: Configure fail2ban
2022-01-22 20:21:32 +00:00
include_tasks: fail2ban.yml