File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -902,6 +902,17 @@ pve_default_kernel_version: 1.0.1
902
902
This creates a pin on the `proxmox-default-kernel` package, which is [the method suggested by PVE](https://pve.proxmox.com/wiki/Roadmap#Kernel_6.8).
903
903
It can be later removed by unsetting this role variable.
904
904
905
+ # # Troubleshooting
906
+
907
+ # ## The APT installation of proxmox-ve no longer responds, Ansible aborts, the SSH session stops.
908
+ Add this section to your ``ansible.cfg``.
909
+
910
+ ` ` ` yaml
911
+ [ssh_connection]
912
+ ssh_args = -o ServerAliveInterval=20
913
+ ` ` `
914
+ [Reference Issue](https://github.com/lae/ansible-role-proxmox/issues/279)
915
+
905
916
# # Developer Notes
906
917
907
918
When developing new features or fixing something in this role, you can test out
You can’t perform that action at this time.
0 commit comments