pve config drift detected by pve8to9

This commit is contained in:
2025-08-05 21:46:36 +03:00
parent 2678f30f21
commit 3e1a2183cd

View File

@@ -72,6 +72,13 @@
options vhost max_mem_regions=512
dest: /etc/modprobe.d/vhost.conf
- name: sysctl.conf UNKNOWN CONFIG DRIFT #TODO: was in /etc/sysctl.conf on all, including new nodes (not present in upstream deb packages), including it just in case. This needs docs on what it is used for / needed by.
ansible.builtin.copy:
content: |
net.ipv4.ip_forward=1
net.ipv6.conf.all.forwarding=1
dest: /etc/sysctl.d/99-k-space.conf
- name: PVE admin tooling
hosts: proxmox
tasks: