mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-01-24 12:00
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
pma_version: 5.1.1
|
||||
pma_version: 5.1.2
|
||||
# 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: 78a5d93621f9fdfc221a530705025dc79c1abc7a4d6a940a9d0a9a3719d0554c
|
||||
pma_archive_sha256: 7f5d783fedd0d290714b93bd20c8dfff0663fc571445a89c329dfc3d5147ea93
|
||||
# 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