Merge remote-tracking branch 'remotes/origin/dev' into issue/90

This commit is contained in:
m0duspwnens
2020-03-25 09:03:16 -04:00
49 changed files with 854 additions and 165 deletions
+4
View File
@@ -1,6 +1,7 @@
{% set VERSION = salt['pillar.get']('static:soversion', 'HH1.1.4') %}
{% set MASTER = salt['grains.get']('master') %}
{% set GRAFANA = salt['pillar.get']('master:grafana', '0') %}
{% set FLEETMASTER = salt['pillar.get']('static:fleet_master', False) %}
# Add socore Group
socoregroup:
group.present:
@@ -142,6 +143,9 @@ so-core:
- port_bindings:
- 80:80
- 443:443
{%- if FLEETMASTER %}
- 8090:8090
{%- endif %}
- watch:
- file: /opt/so/conf/nginx/nginx.conf