diff options
author | Aaditya Dhruv <[email protected]> | 2025-04-22 17:29:46 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-05-01 20:19:51 -0500 |
commit | 55298a51cb0cc5e68c5a43869f2f32b899d3a622 (patch) | |
tree | 50d271288502bcff6f0a5133ce0839d883ee8ef7 /roles/wireguard/tasks/main.yaml |
init
Diffstat (limited to 'roles/wireguard/tasks/main.yaml')
-rw-r--r-- | roles/wireguard/tasks/main.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/wireguard/tasks/main.yaml b/roles/wireguard/tasks/main.yaml new file mode 100644 index 0000000..4bdd7a9 --- /dev/null +++ b/roles/wireguard/tasks/main.yaml @@ -0,0 +1,3 @@ +- name: Setup wireguard + import_tasks: wireguard.yaml + when: wireguard.enabled and inventory_hostname in groups["servers"] |