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