proxmaster/config.ini.dist

29 lines
449 B
Plaintext
Raw Normal View History

2016-02-15 05:30:43 -05:00
[uwsgi]
socket = 127.0.0.1:5117
workers = 3
[general]
logfile = log/proxmaster.log
adminuser = masteradmin@pve
apipass = CHANGEME
vmid_min = 1000
vmid_max = 999999
novnc_url = http://FQDN/noVNC
[region_0]
name = CHANGEME
ipv4_min = 192.168.0.4
ipv4_max = 192.168.0.254
[slave_0]
name = host.0CHANGEME
2016-02-15 05:30:43 -05:00
masterip = 192.168.0.2
password = CHANGEME
regionid = 0
[slave_1]
name = host1.CHANGEME
2016-02-15 05:30:43 -05:00
masterip = 192.168.0.3
password = CHANGEME
regionid = 0