Skip to content
Snippets Groups Projects
Commit 23f8c68f authored by Arne Øslebø's avatar Arne Øslebø
Browse files

fixed misp authentication

parent 78164ea4
Branches
Tags
No related merge requests found
......@@ -10,7 +10,8 @@
- name: Create misp user
mysql_user:
name: "{{misp_dbuser}}"
host: "{{item}}.{{soctools_netname}}"
# host: "{{item}}.{{soctools_netname}}"
host: "gateway"
password: "{{misp_dbpass}}"
priv: "{{misp_dbname}}.*:ALL"
with_items: "{{groups['mispcontainers']}}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment