mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-06 04:41:58 +02:00
34 lines
669 B
YAML
34 lines
669 B
YAML
proxmox_api:
|
|
hosts: ['virt01.example.com', '10.10.10.10', 'fe01::bad:code::cafe']
|
|
user: root@pam
|
|
pass: crazyPassw0rd!
|
|
# API Token method
|
|
# token_id: proxlb
|
|
# token_secret: 430e308f-1337-1337-beef-1337beefcafe
|
|
ssl_verification: True
|
|
timeout: 10
|
|
|
|
proxmox_cluster:
|
|
maintenance_nodes: ['virt66.example.com']
|
|
ignore_nodes: []
|
|
overprovisioning: True
|
|
|
|
balancing:
|
|
enable: True
|
|
enforce_affinity: False
|
|
parallel: False
|
|
live: True
|
|
with_local_disks: True
|
|
balance_types: ['vm', 'ct']
|
|
max_job_validation: 1800
|
|
balanciness: 5
|
|
method: memory
|
|
mode: used
|
|
|
|
service:
|
|
daemon: True
|
|
schedule:
|
|
interval: 12
|
|
format: hours
|
|
log_level: INFO
|