mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
|
|
# 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:
|
|
- playbook
|
|
|
|
salt://playbook/files/create_automation_user.sh:
|
|
cmd.script:
|
|
- cwd: /root
|
|
- template: jinja
|
|
|
|
'sleep 5':
|
|
cmd.run
|
|
|