mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
change playbook to use hostname
This commit is contained in:
@@ -7,7 +7,7 @@ include:
|
||||
|
||||
wait_for_playbook:
|
||||
cmd.run:
|
||||
- name: until nc -z {{ GLOBALS.manager_ip }} 3200; do sleep 1; done
|
||||
- name: until nc -z {{ GLOBALS.manager }} 3200; do sleep 1; done
|
||||
- timeout: 300
|
||||
|
||||
create_user:
|
||||
|
||||
Reference in New Issue
Block a user