mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-07-22 00:35:42 +02:00
14 lines
295 B
YAML+Jinja
14 lines
295 B
YAML+Jinja
|
|
# This state will import the initial default playbook database.
|
|
# If there is an existing playbook database, it will be overwritten - no backups are made.
|
|
|
|
include:
|
|
- mysql
|
|
|
|
salt://playbook/files/playbook_db_init.sh:
|
|
cmd.script:
|
|
- cwd: /root
|
|
- template: jinja
|
|
|
|
'sleep 5':
|
|
cmd.run |