mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
MYSQL Module - Modify network for fleetdb user
This commit is contained in:
@@ -13,7 +13,6 @@ so-fleet:
|
||||
docker_container.running:
|
||||
- image: kolide/fleet
|
||||
- hostname: so-fleet
|
||||
- user: socore
|
||||
- port_bindings:
|
||||
- 0.0.0.0:8080:8080
|
||||
- environment:
|
||||
|
||||
@@ -72,7 +72,7 @@ fleetdb:
|
||||
|
||||
fleetdbuser:
|
||||
mysql_user.present:
|
||||
- host: {{ MASTERIP }}
|
||||
- host: 172.17.0.0/255.255.0.0
|
||||
- password: {{ FLEETPASS }}
|
||||
- connection_user: root
|
||||
- connection_pass: {{ MYSQLPASS }}
|
||||
|
||||
Reference in New Issue
Block a user