mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add initial implmentation of SOCtopus pillar
This commit is contained in:
@@ -65,7 +65,7 @@ playbook_ext_url = https://{{MANAGER}}/playbook
|
|||||||
playbook_key = de6639318502476f2fa5aa06f43f51fb389a3d7f
|
playbook_key = de6639318502476f2fa5aa06f43f51fb389a3d7f
|
||||||
playbook_verifycert = no
|
playbook_verifycert = no
|
||||||
playbook_unit_test_index = playbook-testing
|
playbook_unit_test_index = playbook-testing
|
||||||
playbook_rulesets = windows
|
playbook_rulesets = {{ salt['pillar.get']('soctopus:playbook:rulesets')|join(",") }}
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
logfile = /var/log/SOCtopus/soctopus.log
|
logfile = /var/log/SOCtopus/soctopus.log
|
||||||
|
|||||||
@@ -1266,9 +1266,13 @@ manager_global() {
|
|||||||
" upload_queue_size: 4"\
|
" upload_queue_size: 4"\
|
||||||
" encoding: 'gzip'"\
|
" encoding: 'gzip'"\
|
||||||
" interval: 5"\
|
" interval: 5"\
|
||||||
"backup:"\
|
"backup:"\
|
||||||
" locations:"\
|
" locations:"\
|
||||||
" - /opt/so/saltstack/local" >> "$global_pillar"
|
" - /opt/so/saltstack/local"\
|
||||||
|
"soctopus:"\
|
||||||
|
" playbook:"\
|
||||||
|
" rulesets:"\
|
||||||
|
" - windows" >> "$global_pillar"
|
||||||
|
|
||||||
printf '%s\n' '----' >> "$setup_log" 2>&1
|
printf '%s\n' '----' >> "$setup_log" 2>&1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user