MYSQL Module - Modify network for fleetdb user

This commit is contained in:
Mike Reeves
2018-12-05 17:21:46 -05:00
parent f988c7c0e7
commit b2c711af53
2 changed files with 1 additions and 2 deletions

View File

@@ -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:

View File

@@ -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 }}