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

10 lines
184 B
YAML
Raw Normal View History

2019-12-08 21:05:20 +00:00
- name: Import wireguard variables
include_vars:
file: vars/wireguard.yml
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