diff options
author | heqnx <root@heqnx.com> | 2025-06-24 00:28:18 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-24 00:28:18 +0300 |
commit | 4d996aff99c9c31ed66f82afb11c74569ccc6763 (patch) | |
tree | a4dd5b17132fb2a9543fcb2f8eecf440b5b76577 /main.yaml | |
parent | 5832dc592761147a607a3ba35af8715c9adb0527 (diff) | |
download | ansible-pve-host-4d996aff99c9c31ed66f82afb11c74569ccc6763.tar.gz ansible-pve-host-4d996aff99c9c31ed66f82afb11c74569ccc6763.zip |
adding wireguard setup for pve vm access
Diffstat (limited to 'main.yaml')
-rw-r--r-- | main.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ - import_tasks: tasks/pve_setup.yaml - import_tasks: tasks/pve_configure.yaml - import_tasks: tasks/harden.yaml + - import_tasks: tasks/wg_setup.yaml |