mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
Update to 2022-07-07 11:00
This commit is contained in:
parent
c27549fddc
commit
c36a4dee6a
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version of elasticsearch to deploy
|
# Version of elasticsearch to deploy
|
||||||
es_version: 7.17.1
|
es_version: 7.17.5
|
||||||
# root directory
|
# root directory
|
||||||
es_root_dir: /opt/elasticsearch
|
es_root_dir: /opt/elasticsearch
|
||||||
# URL of the archive
|
# URL of the archive
|
||||||
es_archive_url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ es_version }}-linux-x86_64.tar.gz
|
es_archive_url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ es_version }}-linux-x86_64.tar.gz
|
||||||
# Expected sha512 of the archive
|
# Expected sha512 of the archive
|
||||||
es_archive_sha512: fe2ec941e98713dc9a9c4e54c411d9b63be066ec2b1ca5ec2873d70dabbde7463bc46b8785d2a82e8fcc007d340b47a2964be1637033609ffdc96756e73c6413
|
es_archive_sha512: 98791c40f7ce1ba2a463fddb0986bb6ab9f94ab6479d79f96cd9b772e5208a04c7552c56e9fea484248d2ff1dd46fa25ed7066a41160fb22eb1b8dc837448ccf
|
||||||
# Should ansible handle upgrades or only initial installation ?
|
# Should ansible handle upgrades or only initial installation ?
|
||||||
es_manage_upgrade: True
|
es_manage_upgrade: True
|
||||||
# User under which the service will run (will be created)
|
# User under which the service will run (will be created)
|
||||||
|
@ -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.10.15
|
element_version: 1.11.0
|
||||||
element_archive_sha256: a2c39b9cdb36ac3f4d028bf83edd4091cd54b27df73a91040ae99886ddbfd416
|
element_archive_sha256: 03919ddbec5475f5fe5994099630d0b91dd7999884ee4de408129fd15a9e9f51
|
||||||
|
|
||||||
# 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.61.1
|
synapse_version: 1.62.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
|
||||||
|
@ -8,4 +8,10 @@ name = PostgreSQL
|
|||||||
# Workaround a bug in dnf which would make the default module mask packages from postgres repo
|
# Workaround a bug in dnf which would make the default module mask packages from postgres repo
|
||||||
module_hotfixes = true
|
module_hotfixes = true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
[postgresql-common]
|
||||||
|
baseurl = https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
|
||||||
|
gpgcheck = 1
|
||||||
|
gpgkey = https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
|
||||||
|
name = PostgreSQL Common
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f6755daa6df51980dd4dfbadaef8b68016eef96e0dc43e1c48baaee40d2da01
|
|
||||||
size 102896373
|
|
Loading…
x
Reference in New Issue
Block a user