salt gui and deprecations
This commit is contained in:
@@ -167,6 +167,7 @@ haproxy:
|
||||
- host_pihole hdr_beg(host) -i pihole.
|
||||
- host_nodered hdr_beg(host) -i nodered.
|
||||
- host_rompr hdr_beg(host) -i rompr.
|
||||
- host_salt hdr_beg(host) -i salt.
|
||||
use_backends:
|
||||
- auto if host_auto
|
||||
- auto-conf if host_auto-conf
|
||||
@@ -175,6 +176,7 @@ haproxy:
|
||||
- pihole if host_pihole
|
||||
- nodered if host_nodered
|
||||
- rompr if host_rompr
|
||||
- saltgui if host_salt
|
||||
backends:
|
||||
backend1:
|
||||
name: auto
|
||||
@@ -243,4 +245,13 @@ haproxy:
|
||||
host: 127.0.0.1
|
||||
port: 8081
|
||||
check: check
|
||||
backend7:
|
||||
name: saltgui
|
||||
balance: roundrobin
|
||||
servers:
|
||||
server1:
|
||||
name: saltgui
|
||||
host: 127.0.0.1
|
||||
port: 3333
|
||||
check: check
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
os:
|
||||
release: bullseye
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
os:
|
||||
release: bullseye
|
||||
|
||||
Reference in New Issue
Block a user