mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-14 13:12:49 +01:00
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
elastic_auth_pillar:
|
|
file.managed:
|
|
- name: /opt/so/saltstack/local/pillar/elasticsearch/auth.sls
|
|
- contents: |
|
|
elasticsearch:
|
|
auth:
|
|
enabled: False
|
|
user: so_elastic
|
|
pass: {{ salt['random.get_str'](20) }}
|