updated haproxy state
This commit is contained in:
parent
2c301c8e9e
commit
ba8e4a8d26
@ -8,6 +8,7 @@ haproxy:
|
|||||||
- domains
|
- domains
|
||||||
- redirects
|
- redirects
|
||||||
- vhosts
|
- vhosts
|
||||||
|
acme: false
|
||||||
config:
|
config:
|
||||||
dir: /etc/haproxy
|
dir: /etc/haproxy
|
||||||
configfile: haproxy.cfg
|
configfile: haproxy.cfg
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
{%- from "haproxy/map.jinja" import haproxy with context %}
|
||||||
include:
|
include:
|
||||||
|
{%- if haproxy.acme %}
|
||||||
- acme
|
- acme
|
||||||
|
{%- endif %}
|
||||||
- .install
|
- .install
|
||||||
- .config
|
- .config
|
||||||
- .service
|
- .service
|
@ -1,6 +1,8 @@
|
|||||||
{%- import_yaml "haproxy/defaults.yaml" as defaults -%}
|
{%- import_yaml "haproxy/defaults.yaml" as defaults -%}
|
||||||
|
|
||||||
{%- set haproxy = salt['pillar.get']('haproxy', default=defaults.haproxy, merge=True) -%}
|
{%- set haproxy = salt['pillar.get']('haproxy',
|
||||||
|
default=defaults.haproxy,
|
||||||
|
merge=True) -%}
|
||||||
|
|
||||||
{%- set users = salt['pillar.get']('htpasswds') -%}
|
{%- set users = salt['pillar.get']('htpasswds') -%}
|
||||||
{%- set net = salt['pillar.get']('net') -%}
|
{%- set net = salt['pillar.get']('net') -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user