Skip to content
Snippets Groups Projects
Commit 9d45f342 authored by Andreas Hamacher's avatar Andreas Hamacher Committed by Chris Hines
Browse files

setting an initial root password. this fixes a lot of later errors

Former-commit-id: 571a3a94
parent 80f0f715
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
- ::1 - ::1
- localhost - localhost
- name: update mysql root password for all root accounts
mysql_user: name=root host=localhost password={{ mysql_root_password }} login_user=root
- name: "Adding user database" - name: "Adding user database"
mysql_db: name={{ mysql_user_db_name }} state=present login_user=root login_password={{ mysql_root_password }} mysql_db: name={{ mysql_user_db_name }} state=present login_user=root login_password={{ mysql_root_password }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment