mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-25 14:07:49 +02:00
unfix playbook fix
This commit is contained in:
@@ -63,10 +63,10 @@ slack_url = YOURSLACKWORKSPACE
|
||||
slack_webhook = YOURSLACKWEBHOOK
|
||||
|
||||
[soc]
|
||||
soc_url = http://{{ GLOBALS.manager_ip }}:9822
|
||||
soc_url = http://{{ GLOBALS.manager }}:9822
|
||||
|
||||
[playbook]
|
||||
playbook_url = http://{{ GLOBALS.manager_ip }}:3200/playbook
|
||||
playbook_url = http://{{ GLOBALS.manager }}:3000/playbook
|
||||
playbook_ext_url = https://{{ GLOBALS.url_base }}/playbook
|
||||
playbook_key = {{ PLAYBOOK_KEY }}
|
||||
playbook_verifycert = no
|
||||
|
||||
@@ -81,6 +81,7 @@ so-soctopus:
|
||||
{% endfor %}
|
||||
- extra_hosts:
|
||||
- {{GLOBALS.url_base}}:{{GLOBALS.manager_ip}}
|
||||
- {{ GLOBALS.manager }}:{{ GLOBALS.manager_ip }}
|
||||
- require:
|
||||
- file: soctopusconf
|
||||
- file: navigatordefaultlayer
|
||||
|
||||
Reference in New Issue
Block a user