Skip to content
Snippets Groups Projects
Commit a84a12d4 authored by Temur Maisuradze's avatar Temur Maisuradze
Browse files

Merge branch 'master' of gitlab.geant.org:gn4-3-wp8-t3.1-soc/soctools

parents af3cd47d 23f8c68f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
- name: Create misp user - name: Create misp user
mysql_user: mysql_user:
name: "{{misp_dbuser}}" name: "{{misp_dbuser}}"
host: "{{item}}.{{soctools_netname}}" # host: "{{item}}.{{soctools_netname}}"
host: "gateway"
password: "{{misp_dbpass}}" password: "{{misp_dbpass}}"
priv: "{{misp_dbname}}.*:ALL" priv: "{{misp_dbname}}.*:ALL"
with_items: "{{groups['mispcontainers']}}" 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