bertvv / ansible-role-mariadb

Install MariaDB on RHEL/CentOS 7 or Fedora.
https://galaxy.ansible.com/bertvv/mariadb/
Other
144 stars 108 forks source link

yum repository #63

Open HGCH81 opened 1 year ago

HGCH81 commented 1 year ago

Hi,

its possible to make gpgkey in template yum repository with one variable for on-premise without internet?

gpgkey = https://yum.mariadb.org/RPM-GPG-KEY-MariaDB => gpgkey = https://{{ mariadb_mirror_gpgkey}}

Thx