Skip to content

Commit b42b4d5

Browse files
authored
Update README.md
1 parent cf00703 commit b42b4d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,17 @@ pve_default_kernel_version: 1.0.1
902902
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).
903903
It can be later removed by unsetting this role variable.
904904

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+
905916
## Developer Notes
906917

907918
When developing new features or fixing something in this role, you can test out

0 commit comments

Comments
 (0)