Update README.md

This commit is contained in:
David Rotermund 2024-08-05 21:24:27 +02:00 committed by GitHub
parent 1d05cdfabc
commit f5bea19748
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,3 +31,10 @@ passwd_value="PUT_A_PASSWORD_HERE"
sshpass -p "$passwd_value" ssh-copy-id -o "StrictHostKeyChecking accept-new" ansibleuser@COMPUTERNAME sshpass -p "$passwd_value" ssh-copy-id -o "StrictHostKeyChecking accept-new" ansibleuser@COMPUTERNAME
``` ```
# Problem with Proxmox Update 8.1 -> 8.2
```
cd /etc/pve/nodes/coreserver1/lxc/
echo "lxc.cap.drop:" >> XXX.conf
```