salt gui and deprecations
This commit is contained in:
@@ -167,6 +167,7 @@ haproxy:
|
|||||||
- host_pihole hdr_beg(host) -i pihole.
|
- host_pihole hdr_beg(host) -i pihole.
|
||||||
- host_nodered hdr_beg(host) -i nodered.
|
- host_nodered hdr_beg(host) -i nodered.
|
||||||
- host_rompr hdr_beg(host) -i rompr.
|
- host_rompr hdr_beg(host) -i rompr.
|
||||||
|
- host_salt hdr_beg(host) -i salt.
|
||||||
use_backends:
|
use_backends:
|
||||||
- auto if host_auto
|
- auto if host_auto
|
||||||
- auto-conf if host_auto-conf
|
- auto-conf if host_auto-conf
|
||||||
@@ -175,6 +176,7 @@ haproxy:
|
|||||||
- pihole if host_pihole
|
- pihole if host_pihole
|
||||||
- nodered if host_nodered
|
- nodered if host_nodered
|
||||||
- rompr if host_rompr
|
- rompr if host_rompr
|
||||||
|
- saltgui if host_salt
|
||||||
backends:
|
backends:
|
||||||
backend1:
|
backend1:
|
||||||
name: auto
|
name: auto
|
||||||
@@ -243,4 +245,13 @@ haproxy:
|
|||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 8081
|
port: 8081
|
||||||
check: check
|
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