mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix cidr for fleet custom docker range
This commit is contained in:
@@ -75,7 +75,7 @@ fleetdb:
|
|||||||
|
|
||||||
fleetdbuser:
|
fleetdbuser:
|
||||||
mysql_user.present:
|
mysql_user.present:
|
||||||
- host: {{ DNET }}/255.255.0.0
|
- host: {{ DNET }}/255.255.255.0
|
||||||
- password: {{ FLEETPASS }}
|
- password: {{ FLEETPASS }}
|
||||||
- connection_host: {{ MAINIP }}
|
- connection_host: {{ MAINIP }}
|
||||||
- connection_port: 3306
|
- connection_port: 3306
|
||||||
@@ -89,7 +89,7 @@ fleetdbpriv:
|
|||||||
- grant: all privileges
|
- grant: all privileges
|
||||||
- database: fleet.*
|
- database: fleet.*
|
||||||
- user: fleetdbuser
|
- user: fleetdbuser
|
||||||
- host: {{ DNET }}/255.255.0.0
|
- host: {{ DNET }}/255.255.255.0
|
||||||
- connection_host: {{ MAINIP }}
|
- connection_host: {{ MAINIP }}
|
||||||
- connection_port: 3306
|
- connection_port: 3306
|
||||||
- connection_user: root
|
- connection_user: root
|
||||||
|
|||||||
Reference in New Issue
Block a user