Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
55e4f5dd
Commit
55e4f5dd
authored
Apr 21, 2015
by
Carson Gee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor update and typo fix for mariadb
parent
913df64a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
playbooks/roles/mariadb/defaults/main.yml
+2
-2
playbooks/roles/mariadb/tasks/main.yml
+1
-1
No files found.
playbooks/roles/mariadb/defaults/main.yml
View file @
55e4f5dd
...
@@ -119,5 +119,5 @@ mariadb_solo_packages:
...
@@ -119,5 +119,5 @@ mariadb_solo_packages:
-
mariadb-server
-
mariadb-server
mariadb_cluster_packages
:
mariadb_cluster_packages
:
-
mariadb-galera-server
-
mariadb-galera-server
-10.0
-
galera
-
galera
-3
playbooks/roles/mariadb/tasks/main.yml
View file @
55e4f5dd
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
apt
:
name={{ item }} state=present
apt
:
name={{ item }} state=present
with_items
:
mariadb_debian_pkgs
with_items
:
mariadb_debian_pkgs
-
name
:
Add m
ongo
key
-
name
:
Add m
ariadb apt
key
apt_key
:
url="{{ COMMON_UBUNTU_APT_KEYSERVER }}{{ MARIADB_APT_KEY_ID }}"
apt_key
:
url="{{ COMMON_UBUNTU_APT_KEYSERVER }}{{ MARIADB_APT_KEY_ID }}"
-
name
:
add the mariadb repo to the sources list
-
name
:
add the mariadb repo to the sources list
...
...
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