-
Notifications
You must be signed in to change notification settings - Fork 15
Example Configuration
Steven Koch edited this page Oct 12, 2025
·
7 revisions
{
"proxmox":
{
"host": "192.168.178.100",
"user": "root@pam",
"password": "###"
},
"login": "steven",
"password": "generic",
"email": "[email protected]",
}{
"proxmox":
{
"host": "192.168.178.100",
"user": "root@pam",
"token": "git", // root@pam!git
"secret": "xxx-xxx-xxx-xxx"
},
"login": "steven",
"password": "generic",
"email": "[email protected]",
}IP=192.168.178.254
ID=254
CORES=4
MEMORY=6144
SWAP=1024
DISK=<storage>:16 # see 1)
MOUNT=/mnt/<bind-mount>:/share/<dst> # see 2)
BOOT=yes- Local LVM storage (min. disk content)
- Mounts if compatible with authentication (min. iso,backup,rootdir content)
- Mounts, Device Passthrough (see
libs/bridge) and network mounts given theconfigshare (share: trueand share cookbook)- e. g. ext. disk for network share
- See
base/roles/container/create.yml