mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
change playbook to use hostname
This commit is contained in:
@@ -7,7 +7,7 @@ include:
|
|||||||
|
|
||||||
wait_for_playbook:
|
wait_for_playbook:
|
||||||
cmd.run:
|
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
|
- timeout: 300
|
||||||
|
|
||||||
create_user:
|
create_user:
|
||||||
|
|||||||
Reference in New Issue
Block a user