From 5a41932ba4be7289dbe18956521d2476f3d10b29 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 13 Dec 2022 18:44:56 +0100 Subject: [PATCH] salt gui and deprecations --- base/hostconfig/auto02.sls | 11 +++++++++++ base/hostconfig/truhe.sls | 4 ---- base/hostconfig/tumor.sls | 3 --- 3 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 base/hostconfig/truhe.sls delete mode 100644 base/hostconfig/tumor.sls diff --git a/base/hostconfig/auto02.sls b/base/hostconfig/auto02.sls index 109923b..93c42f4 100644 --- a/base/hostconfig/auto02.sls +++ b/base/hostconfig/auto02.sls @@ -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 diff --git a/base/hostconfig/truhe.sls b/base/hostconfig/truhe.sls deleted file mode 100644 index 51a8f60..0000000 --- a/base/hostconfig/truhe.sls +++ /dev/null @@ -1,4 +0,0 @@ -os: - release: bullseye - - \ No newline at end of file diff --git a/base/hostconfig/tumor.sls b/base/hostconfig/tumor.sls deleted file mode 100644 index c99c3a6..0000000 --- a/base/hostconfig/tumor.sls +++ /dev/null @@ -1,3 +0,0 @@ -os: - release: bullseye -