mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
change playbook to use hostname
This commit is contained in:
@@ -91,6 +91,8 @@ so-mysql:
|
||||
{% for BINDING in DOCKER.containers['so-mysql'].port_bindings %}
|
||||
- {{ BINDING }}
|
||||
{% endfor %}
|
||||
- extra_hosts:
|
||||
- {{ GLOBALS.manager }}:{{ GLOBALS.sobip }}
|
||||
- environment:
|
||||
- MYSQL_ROOT_HOST={{ GLOBALS.manager_ip }}
|
||||
- MYSQL_ROOT_PASSWORD=/etc/mypass
|
||||
|
||||
Reference in New Issue
Block a user