aboutsummaryrefslogtreecommitdiff
path: root/tasks/pve_setup.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-24 10:29:19 +0300
committerheqnx <root@heqnx.com>2025-06-24 10:29:19 +0300
commitba4199955a0d9b273299649b67f9592b27d00617 (patch)
tree8a5c7547dbfe7cacd98e7e07ac5aa4e368be4195 /tasks/pve_setup.yaml
parent4d996aff99c9c31ed66f82afb11c74569ccc6763 (diff)
downloadansible-pve-host-ba4199955a0d9b273299649b67f9592b27d00617.tar.gz
ansible-pve-host-ba4199955a0d9b273299649b67f9592b27d00617.zip
added working wg setup + internal access
Diffstat (limited to 'tasks/pve_setup.yaml')
-rw-r--r--tasks/pve_setup.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/tasks/pve_setup.yaml b/tasks/pve_setup.yaml
index 9fcea47..88a92c3 100644
--- a/tasks/pve_setup.yaml
+++ b/tasks/pve_setup.yaml
@@ -54,13 +54,13 @@
environment:
DEBIAN_FRONTEND: noninteractive
-- name: reboot to activate proxmox ve kernel
- reboot:
- msg: "rebooting to activate proxmox ve kernel"
- connect_timeout: 10
- reboot_timeout: 600
- pre_reboot_delay: 5
- post_reboot_delay: 10
+ #- name: reboot to activate proxmox ve kernel
+ # reboot:
+ # msg: "rebooting to activate proxmox ve kernel"
+ # connect_timeout: 10
+ # reboot_timeout: 600
+ # pre_reboot_delay: 5
+ # post_reboot_delay: 10
- name: install pve packages
apt: