mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2024-03-13 11:01
This commit is contained in:
		| @@ -1,11 +1,11 @@ | |||||||
| --- | --- | ||||||
|  |  | ||||||
| # Version of the CNI plugins to install | # Version of the CNI plugins to install | ||||||
| cni_version: 1.4.0 | cni_version: 1.4.1 | ||||||
| # Archive where the pre compiled bin archive will be downloaded | # Archive where the pre compiled bin archive will be downloaded | ||||||
| cni_archive_url: https://github.com/containernetworking/plugins/releases/download/v{{ cni_version }}/cni-plugins-linux-amd64-v{{ cni_version }}.tgz | cni_archive_url: https://github.com/containernetworking/plugins/releases/download/v{{ cni_version }}/cni-plugins-linux-amd64-v{{ cni_version }}.tgz | ||||||
| # Expected checksum of the archive | # Expected checksum of the archive | ||||||
| cni_archive_sha256: c2485ddb3ffc176578ae30ae58137f0b88e50f7c7f2af7d53a569276b2949a33 | cni_archive_sha256: 1511f6c003ace805eafeb1132727791326283cff88a923d76329e1892bba7a10 | ||||||
|  |  | ||||||
| # Where the plugins will be installed (binaries will be extracted in a /bin sub-directory) | # Where the plugins will be installed (binaries will be extracted in a /bin sub-directory) | ||||||
| cni_root_dir: /opt/cni | cni_root_dir: /opt/cni | ||||||
|   | |||||||
| @@ -2,9 +2,9 @@ | |||||||
|  |  | ||||||
| glpi_id: 1 | glpi_id: 1 | ||||||
| glpi_manage_upgrade: True | glpi_manage_upgrade: True | ||||||
| glpi_version: '10.0.12' | glpi_version: '10.0.13' | ||||||
| glpi_archive_url: https://github.com/glpi-project/glpi/releases/download/{{ glpi_version }}/glpi-{{ glpi_version }}.tgz | glpi_archive_url: https://github.com/glpi-project/glpi/releases/download/{{ glpi_version }}/glpi-{{ glpi_version }}.tgz | ||||||
| glpi_archive_sha256: 7980cd5f9ab10dc234e1e42950acd42c2977e5c3da4d540ef000e9caa72cec85 | glpi_archive_sha256: 8c0817a0d3138ca71fd89b722f713a0e32a8d58ec93eb9416f03335fb17cfbf9 | ||||||
| glpi_root_dir: /opt/glpi_{{ glpi_id }} | glpi_root_dir: /opt/glpi_{{ glpi_id }} | ||||||
| glpi_php_user: php-glpi_{{ glpi_id }} | glpi_php_user: php-glpi_{{ glpi_id }} | ||||||
| # If set, will use the following custom PHP FPM pool, which must be created | # If set, will use the following custom PHP FPM pool, which must be created | ||||||
| @@ -47,13 +47,13 @@ glpi_plugins: | |||||||
|     sha256: c4324e34d6710be806882119220cc3a97d821c0bc513291d2e667c59df0f85e3 |     sha256: c4324e34d6710be806882119220cc3a97d821c0bc513291d2e667c59df0f85e3 | ||||||
|     url: https://github.com/pluginsGLPI/tag/releases/download/2.11.7/glpi-tag-2.11.7.tar.bz2 |     url: https://github.com/pluginsGLPI/tag/releases/download/2.11.7/glpi-tag-2.11.7.tar.bz2 | ||||||
|   mreporting: |   mreporting: | ||||||
|     version: 1.8.5 |     version: 1.8.6 | ||||||
|     sha256: 320e585364fcdf7d760680ef850a5cb361a6b73cf053bbc360b56ac29862b19e |     sha256: e45568c2628c1e7bf65b8d5d62b1e54c03b2c870c4d424aa10e711bfa4b0b520 | ||||||
|     url: https://github.com/pluginsGLPI/mreporting/releases/download/1.8.5/glpi-mreporting-1.8.5.tar.bz2 |     url: https://github.com/pluginsGLPI/mreporting/releases/download/1.8.6/glpi-mreporting-1.8.6.tar.bz2 | ||||||
|   fields: |   fields: | ||||||
|     version: 1.21.6 |     version: 1.21.8 | ||||||
|     sha256: f07711031570b0fb14629cfa4fb801c1c35130f901b22582bc55e48323dbba49 |     sha256: 724293351194336b836d9651d5633d8aa3c6e726dcfcba478ed160e04f505d8a | ||||||
|     url: https://github.com/pluginsGLPI/fields/releases/download/1.21.6/glpi-fields-1.21.6.tar.bz2 |     url: https://github.com/pluginsGLPI/fields/releases/download/1.21.8/glpi-fields-1.21.8.tar.bz2 | ||||||
|   webapplications: |   webapplications: | ||||||
|     version: 4.0.1 |     version: 4.0.1 | ||||||
|     sha256: bbd3a9a01c2bd708af83563ed162ebfa9f56fdd616aaf6f1892e9a36e970ec9d |     sha256: bbd3a9a01c2bd708af83563ed162ebfa9f56fdd616aaf6f1892e9a36e970ec9d | ||||||
|   | |||||||
| @@ -5,8 +5,8 @@ | |||||||
| element_id: element | element_id: element | ||||||
|  |  | ||||||
| # Version to deploy, and expected sha256 | # Version to deploy, and expected sha256 | ||||||
| element_version: 1.11.51 | element_version: 1.11.59 | ||||||
| element_archive_sha256: 8566c53b22e6a63a2876d76d52a1cd6e3f121ce1404e0d187b54c09656226128 | element_archive_sha256: 443cabd2c0994b2fb1fc5775f98e3b418b9bafbfdbf75cc1e32842bd30597887 | ||||||
|  |  | ||||||
| # Where to install element | # Where to install element | ||||||
| element_root_dir: /opt/matrix/element | element_root_dir: /opt/matrix/element | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| --- | --- | ||||||
|  |  | ||||||
| # Synapse version to deploy | # Synapse version to deploy | ||||||
| synapse_version: '1.98.0' | synapse_version: '1.102.0' | ||||||
|  |  | ||||||
| # Should ansible handle Synapse upgrades ? If false, only initial install will be done | # Should ansible handle Synapse upgrades ? If false, only initial install will be done | ||||||
| synapse_manage_upgrade: True | synapse_manage_upgrade: True | ||||||
|   | |||||||
| @@ -1,11 +1,11 @@ | |||||||
| --- | --- | ||||||
|  |  | ||||||
| # Version to deploy | # Version to deploy | ||||||
| synadm_version: 0.8.5 | synadm_version: 0.9.1 | ||||||
| # URL of the tarball | # URL of the tarball | ||||||
| synadm_archive_url: https://github.com/Awesome-Technologies/synapse-admin/releases/download/{{ synadm_version }}/synapse-admin-{{ synadm_version }}.tar.gz | synadm_archive_url: https://github.com/Awesome-Technologies/synapse-admin/releases/download/{{ synadm_version }}/synapse-admin-{{ synadm_version }}.tar.gz | ||||||
| # Expected sha256 of the archive | # Expected sha256 of the archive | ||||||
| synadm_archive_sha256: 382d798d65539b8ce748e43a419b6e720d81c03eda50925bafc6002acdb4edea | synadm_archive_sha256: 116587e23651c42bb63da8f660c475f5aca2b3f6a3bc5bcac43322ad1a071f2b | ||||||
|  |  | ||||||
| # Shoulad ansible handle upgrades, or just initial install ? | # Shoulad ansible handle upgrades, or just initial install ? | ||||||
| synadm_manage_upgrade: True | synadm_manage_upgrade: True | ||||||
|   | |||||||
| @@ -1,9 +1,9 @@ | |||||||
| --- | --- | ||||||
|  |  | ||||||
| # Version of Nomad to install | # Version of Nomad to install | ||||||
| nomad_version: 1.7.5 | nomad_version: 1.7.6 | ||||||
| # URL of the archive | # URL of the archive | ||||||
| nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip | nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip | ||||||
| # Expected sha256 of the archive | # Expected sha256 of the archive | ||||||
| nomad_archive_sha256: da04e002e5b12fba3713de89f5d89d1374184009d32a68b16c8791c3bed6ceb0 | nomad_archive_sha256: 82a438a144066a8f42ceea8548da754c0bd96b5b528cd337a5dc09017afddb56 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud