mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
PCAP Salt Module - add the steno user
This commit is contained in:
@@ -15,6 +15,19 @@
|
|||||||
|
|
||||||
# PCAP Section
|
# PCAP Section
|
||||||
|
|
||||||
|
# Create the logstash group
|
||||||
|
stenographergroup:
|
||||||
|
group.present:
|
||||||
|
- name: stenographer
|
||||||
|
- gid: 941
|
||||||
|
|
||||||
|
# Add the logstash user for the jog4j settings
|
||||||
|
stenographer:
|
||||||
|
user.present:
|
||||||
|
- uid: 941
|
||||||
|
- gid: 941
|
||||||
|
- home: /opt/so/conf/steno
|
||||||
|
|
||||||
stenoconfdir:
|
stenoconfdir:
|
||||||
file.directory:
|
file.directory:
|
||||||
- name: /opt/so/conf/steno
|
- name: /opt/so/conf/steno
|
||||||
@@ -45,7 +58,7 @@ pcapindexdir:
|
|||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
so-steno:
|
so-steno:
|
||||||
dockerng.running:
|
docker_container.running:
|
||||||
- image: toosmooth/so-steno:test2
|
- image: toosmooth/so-steno:test2
|
||||||
- network_mode: host
|
- network_mode: host
|
||||||
- user: 941
|
- user: 941
|
||||||
|
|||||||
Reference in New Issue
Block a user