2022-10-11 09:19:16 +02:00
|
|
|
---
|
2023-10-05 09:41:23 +02:00
|
|
|
- name: Ensure installation of Wireguard software
|
2022-10-11 09:19:16 +02:00
|
|
|
include_tasks: install.yml
|
2023-10-05 09:41:23 +02:00
|
|
|
|
|
|
|
- name: Ensure configuration of Wireguard
|
|
|
|
include_tasks: configure.yml
|
|
|
|
|
|
|
|
- name: Ensure configuration of Wireguard router
|
|
|
|
include_tasks: configure_router.yml
|
|
|
|
when: ansible_host in groups['wireguard_routers']
|