Initial working version
This commit is contained in:
parent
34a0627e76
commit
b6886cb34a
61 changed files with 4475 additions and 6 deletions
14
.env.example
Normal file
14
.env.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
PROXMOX_URL=https://proxmox.example.invalid:8006
|
||||
PROXMOX_REALM=pam
|
||||
PROXMOX_USER=root
|
||||
PROXMOX_PASSWORD=replace-me
|
||||
PROXMOX_VERIFY_TLS=false
|
||||
PROXMOX_API_BASE=/api2/json
|
||||
PROXMOX_PREVENT_CREATE=false
|
||||
PROXMOX_ENABLE_TEST_MODE=false
|
||||
PROXMOX_TEST_NODE=
|
||||
PROXMOX_TEST_POOL=
|
||||
PROXMOX_TEST_TAG=codex-e2e
|
||||
PROXMOX_TEST_VM_NAME_PREFIX=codex-e2e-
|
||||
PROXMOX_KEEP_FAILED_VM=true
|
||||
PROXMOX_REQUEST_TIMEOUT_SECONDS=15
|
||||
Loading…
Add table
Add a link
Reference in a new issue