diff options
author | 2022-01-11 00:45:43 +0000 | |
---|---|---|
committer | 2022-01-11 13:29:08 +0000 | |
commit | c48b5e3570f3190cda5fe39a321c787e48e3a5e8 (patch) | |
tree | 6d5d49147c2824b63c82b7728cd42453e43afc8a | |
parent | Add role for setting up WireGuard mesh network (diff) |
Add WireGuard role to playbook
-rw-r--r-- | playbook.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbook.yml b/playbook.yml index 115450a..f095c57 100644 --- a/playbook.yml +++ b/playbook.yml @@ -9,3 +9,9 @@ - jumpcloud tags: - jumpcloud + +- hosts: all + roles: + - wireguard + tags: + - wireguard |