Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
don-lqdn
Commits
a9d74546
Commit
a9d74546
authored
Nov 24, 2021
by
nono
💻
Browse files
Ajout de la creation de l'utilisateur mySQL
parent
74e7238e
Changes
2
Hide whitespace changes
Inline
Side-by-side
tasks/database.yml
View file @
a9d74546
-
name
:
Creation de l'utilisateur mySQL
mysql_user
:
name
:
{{
don_sql_user
}}
password
:
{{
don_sql_password
}}
priv
:
'
*.*:ALL'
state
:
present
tasks/main.yml
View file @
a9d74546
...
...
@@ -2,8 +2,8 @@
# tasks file for don-lqdn
-
include
:
users.yml
-
include
:
database.yml
-
include
:
dependencies.yml
-
include
:
install.yml
# - include: configuration.yml
# - include: database.yml
-
include
:
service.yml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment