docker binds requires

This commit is contained in:
m0duspwnens
2021-10-21 15:24:55 -04:00
parent 8784d65023
commit f93c6146f5
5 changed files with 33 additions and 4 deletions

View File

@@ -15,7 +15,8 @@
{% from 'allowed_states.map.jinja' import allowed_states %}
{% if sls in allowed_states %}
include:
- ssl
{% set VERSION = salt['pillar.get']('global:soversion', 'HH1.2.2') %}
{% set IMAGEREPO = salt['pillar.get']('global:imagerepo') %}
@@ -280,6 +281,24 @@ so-elasticsearch:
- file: esyml
- file: esingestconf
- file: so-elasticsearch-pipelines-file
- require:
- file: esyml
- file: eslog4jfile
- file: nsmesdir
- file: eslogdir
- file: cacertz
- file: /etc/pki/elasticsearch.crt
- file: /etc/pki/elasticsearch.key
- file: elasticp12perms
{% if ismanager %}
- file: pki_public_ca_crt
{% else %}
- file: trusttheca
{% endif %}
{% if salt['pillar.get']('elasticsearch:auth:enabled', False) %}
- cmd: auth_users_roles_inode
- cmd: auth_users_inode
{% endif %}
append_so-elasticsearch_so-status.conf:
file.append: