mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-15 21:52:47 +01:00
19 lines
465 B
Plaintext
19 lines
465 B
Plaintext
{% if grains['role'] == 'so-sensor' or grains['role'] == 'so-eval' %}
|
|
|
|
so-tcpreplayimage:
|
|
cmd.run:
|
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-tcpreplay:HH1.1.4
|
|
|
|
so-tcpreplay:
|
|
docker_container.running:
|
|
- require:
|
|
- so-tcpreplay
|
|
- network_mode: "host"
|
|
- image: docker.io/soshybridhunter/so-tcpreplay:HH1.1.4
|
|
- name: so-tcpreplay
|
|
- user: root
|
|
- interactive: True
|
|
- tty: True
|
|
|
|
{% endif %}
|