mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-05-13 11:00
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
pma_version: 5.1.3
|
||||
pma_version: '5.2.0'
|
||||
# ID of the instance. Several instances can be installed on the same server
|
||||
# they must have different ID
|
||||
pma_id: "1"
|
||||
# URL from where the archive will be downloaded
|
||||
pma_archive_url: https://files.phpmyadmin.net/phpMyAdmin/{{ pma_version }}/phpMyAdmin-{{ pma_version }}-all-languages.zip
|
||||
# Expected sha256 of the archive, to verify the download
|
||||
pma_archive_sha256: ac68dedf02f94b85138d6ac91cd21389b819c506767004883b52dabdf9b576df
|
||||
pma_archive_sha256: e1d373e720ed402087ed5691b7a1935eea39af30eac66a58e6a791e648167b06
|
||||
# Should ansible handle upgrades. If False, then only the initial install will be done
|
||||
pma_manage_upgrade: True
|
||||
# Where phpMyAdmin will be installed
|
||||
|
Reference in New Issue
Block a user