salt gui and deprecations

This commit is contained in:
2022-12-13 18:44:56 +01:00
parent 7e95be5d79
commit 5a41932ba4
3 changed files with 11 additions and 7 deletions

View File

@@ -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

View File

@@ -1,4 +0,0 @@
os:
release: bullseye

View File

@@ -1,3 +0,0 @@
os:
release: bullseye