unfix playbook fix

This commit is contained in:
Mike Reeves
2023-02-24 09:55:49 -05:00
parent 663af7935b
commit 1289500e03
7 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -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
+1
View File
@@ -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