somewhat borked

This commit is contained in:
do
2022-05-16 18:45:50 +02:00
parent 912e369784
commit 4e07368866
6 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
include:
- base.hardware.{{ grains.get('hardware') | lower }}

View File

@@ -0,0 +1 @@
#just a placeholder

View File

@@ -146,7 +146,7 @@ haproxy:
name: www-http
bind:
- "*:80"
- "*:443 ssl crt /etc/pki/chain ca-file /etc/pki/intca.crt"
#- "*:443 ssl crt /etc/pki/chain ca-file /etc/pki/intca.crt"
default_backend: auto
acls:
- host_auto hdr_beg(host) -i auto.

View File

@@ -1,5 +1,5 @@
include:
- base.hostconfig.{{ grains.get('nodename') | regex_replace('[0-9]', '', ignorecase=True) }}
#- base.hostconfig.{{ grains.get('nodename') | regex_replace('[0-9]', '', ignorecase=True) }}
- base.hostconfig.{{ grains.get('nodename') }}

2
base/hostconfig/yori.sls Normal file
View File

@@ -0,0 +1,2 @@
os:
release: sid

View File

@@ -4,7 +4,7 @@
include:
- base.services
- base.hardware
#- base.hardware
- base.hostconfig
- base.sysctl
- saltmine