Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
d947d15d
"...strudel2_backend.git" did not exist on "1675a58f8eff244a642e33b43a4343aee8247ed6"
Commit
d947d15d
authored
5 years ago
by
Jafar Lie
Browse files
Options
Downloads
Patches
Plain Diff
fixed roles for mysql
parent
401d50f4
No related branches found
No related tags found
1 merge request
!293
Ubuntu
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/mysql/tasks/Ubuntu_18_mysql_server.yml
+2
-0
2 additions, 0 deletions
roles/mysql/tasks/Ubuntu_18_mysql_server.yml
with
2 additions
and
0 deletions
roles/mysql/tasks/Ubuntu_18_mysql_server.yml
+
2
−
0
View file @
d947d15d
...
...
@@ -25,6 +25,8 @@
# this will only work if a completely fresh db gets installed because it gets shipped with a blank root pw
-
name
:
update mysql root password for all root accounts
mysql_user
:
name=root host=localhost password={{ mysql_root_password }} login_user=root check_implicit_admin=yes
become
:
true
become_user
:
root
-
name
:
"
Adding
user
database"
mysql_db
:
name={{ mysql_user_db_name }} state=present login_user=root login_password={{ mysql_root_password }}
...
...
This diff is collapsed.
Click to expand it.
Jafar Lie
@jlie0003
mentioned in commit
bd7130a1
·
4 years ago
mentioned in commit
bd7130a1
mentioned in commit bd7130a1429cdee429922cb2085e40782e1805e9
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment