up version
reorg make it work on rocky
This commit is contained in:
15
templates/mariadb.repo
Normal file
15
templates/mariadb.repo
Normal file
@@ -0,0 +1,15 @@
|
||||
[mariadb-main]
|
||||
name = MariaDB Server
|
||||
baseurl = https://dlm.mariadb.com/repo/mariadb-server/{{ mariadb_version }}/yum/rhel/{{ ansible_distribution_major_version }}/x86_64
|
||||
gpgkey = file:///etc/pki/rpm-gpg/MariaDB-Server-GPG-KEY
|
||||
gpgcheck = 1
|
||||
enabled = 1
|
||||
module_hotfixes = 1
|
||||
|
||||
|
||||
[mariadb-tools]
|
||||
name = MariaDB Tools
|
||||
baseurl = https://downloads.mariadb.com/Tools/rhel/{{ ansible_distribution_major_version }}/x86_64
|
||||
gpgkey = file:///etc/pki/rpm-gpg/MariaDB-Enterprise-GPG-KEY
|
||||
gpgcheck = 1
|
||||
enabled = 1
|
||||
Reference in New Issue
Block a user