mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Move In Day
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% set MAINIP = salt['pillar.get']('global:managerip') %}
|
||||
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
||||
|
||||
# This state will create the SecOps Automation user within Playbook
|
||||
|
||||
@@ -7,7 +7,7 @@ include:
|
||||
|
||||
wait_for_playbook:
|
||||
cmd.run:
|
||||
- name: until nc -z {{ MAINIP }} 3200; do sleep 1; done
|
||||
- name: until nc -z {{ GLOBALS.manager_ip }} 3200; do sleep 1; done
|
||||
- timeout: 300
|
||||
|
||||
create_user:
|
||||
|
||||
Reference in New Issue
Block a user