Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mariadb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
webarch
mariadb
Commits
5d0573ef
Verified
Commit
5d0573ef
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
add mariadb_underscore_autoupdate variable
parent
07dd66b7
No related branches found
No related tags found
No related merge requests found
Pipeline
#29210
failed
1 year ago
Stage: bookworm
Stage: jammy
Stage: trixie
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
defaults/main.yml
+1
-0
1 addition, 0 deletions
defaults/main.yml
meta/argument_specs.yml
+4
-0
4 additions, 0 deletions
meta/argument_specs.yml
molecule/default/converge.yml
+1
-0
1 addition, 0 deletions
molecule/default/converge.yml
tasks/conf_underscore.yml
+3
-1
3 additions, 1 deletion
tasks/conf_underscore.yml
with
9 additions
and
1 deletion
defaults/main.yml
+
1
−
0
View file @
5d0573ef
...
...
@@ -100,5 +100,6 @@ mariadb_priv:
-
UPDATE
# mariadb_username:
mariadb_underscore_autoupdate
:
false
mariadb_verify
:
true
...
This diff is collapsed.
Click to expand it.
meta/argument_specs.yml
+
4
−
0
View file @
5d0573ef
...
...
@@ -888,6 +888,10 @@ argument_specs:
type
:
dict
required
:
false
description
:
Internal result from stating the /root/timezoneinfo.sql file.
mariadb_underscore_autoupdate
:
type
:
bool
required
:
true
description
:
Automatically update MariaDB configuration to change dashes to underscores without failing for manual check.
mariadb_upgrade
:
type
:
dict
required
:
false
...
...
This diff is collapsed.
Click to expand it.
molecule/default/converge.yml
+
1
−
0
View file @
5d0573ef
...
...
@@ -37,4 +37,5 @@
mariadb
:
true
mariadb_database
:
ansible
mariadb_username
:
ansible
mariadb_underscore_autoupdate
:
true
...
This diff is collapsed.
Click to expand it.
tasks/conf_underscore.yml
+
3
−
1
View file @
5d0573ef
...
...
@@ -57,7 +57,9 @@
dashes are found so if there are none vaules with dashes won't be
touched, please manually check the results by running `diff --color
{{ mariadb_cnf_file_path_backup }} {{ mariadb_cnf.path }}`
when
:
mariadb_cnf_file_diff.rc is defined
when
:
-
mariadb_cnf_file_diff.rc is defined
-
mariadb_underscore_autoupdate | bool
tags
:
-
mariadb
...
...
This diff is collapsed.
Click to expand it.
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