声明式管理 Proxmox API 对象与 Samba DNS 上游
yaml / yaml (pull_request) Failing after 25s
terraform / validate (pull_request) Successful in 57s
ansible / collection-test (pull_request) Successful in 1m34s
ansible / lint (pull_request) Successful in 4m1s

This commit is contained in:
2026-09-17 13:18:59 +00:00
parent 76ec49ff48
commit 54dd52f0ed
17 changed files with 294 additions and 106 deletions
@@ -19,20 +19,13 @@ all:
pve2:
ansible_host: 192.168.10.7
# ThinkCentre, Ryzen 2400GE (Raven Ridge), 8G. THIS is the node that
# randomly froze. Kernel workaround below; also set BIOS
# "Power Supply Idle Control" -> "Typical Current Idle" (the more
# reliable half of the fix, and it can only be done physically).
pve_kernel_cmdline_extra: "idle=nomwait processor.max_cstate=1"
# ThinkCentre, Ryzen 2400GE (Raven Ridge), 8G.
pve_install_disk: nvme0n1
pve_bulk_disk: sda
pve3:
ansible_host: 192.168.10.9
# Same Raven Ridge silicon as pve2 but has never frozen. Deliberately
# left WITHOUT the C-state workaround: processor.max_cstate=1 blocks
# deeper idle states and costs power, so it is not applied pre-emptively.
# If pve3 ever freezes, set pve_kernel_cmdline_extra here too.
# ThinkCentre, Ryzen 2400GE (Raven Ridge), 8G.
pve_install_disk: nvme0n1
pve_bulk_disk: sda