mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 21:53:21 +02:00
Update to 2024-07-01 12:00
This commit is contained in:
parent
11271c8d3a
commit
d4f8857fa8
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version of consul-template to install
|
# Version of consul-template to install
|
||||||
consul_tpl_version: 0.38.1
|
consul_tpl_version: 0.39.0
|
||||||
# URL of the archive
|
# URL of the archive
|
||||||
consul_tpl_archive_url: https://releases.hashicorp.com/consul-template/{{ consul_tpl_version }}/consul-template_{{ consul_tpl_version }}_linux_amd64.zip
|
consul_tpl_archive_url: https://releases.hashicorp.com/consul-template/{{ consul_tpl_version }}/consul-template_{{ consul_tpl_version }}_linux_amd64.zip
|
||||||
# Expected sha256 of the archive
|
# Expected sha256 of the archive
|
||||||
consul_tpl_archive_sha256: 0014faa80000b767802643c34689852a3de80616dac4770a765d0073bb44a892
|
consul_tpl_archive_sha256: 10e7eba0acc307ab6500e49f75bdb95d8c7273266822e936f78a1c72425e7f4f
|
||||||
|
|
||||||
# Root dir where consul-template will be installed
|
# Root dir where consul-template will be installed
|
||||||
consul_tpl_root_dir: /opt/consul_template
|
consul_tpl_root_dir: /opt/consul_template
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version of elasticsearch to deploy
|
# Version of elasticsearch to deploy
|
||||||
es_version: 8.7.1
|
es_version: 8.14.1
|
||||||
# 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: 40216fff8f6f827164bda1ecbdcbdc30f202ef9cb8a936c60e52f16a0b6c1bfbdc884fe11d8bbebd8336507aa8ed2f0202b3b61f876d17f4a97ee9fc21f9e3be
|
es_archive_sha512: 31ed9fe9e28bb778c1042df8dc4183b3044e250d5ee5d760c4e5f1fe5c82e52e2882ed02824c454a64fefbaa10f9212bde9b6b4faa278e2cb5dc64b57960da00
|
||||||
# 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)
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# MaxUsers = "9"
|
# MaxUsers = "9"
|
||||||
# Mode = "subscription"
|
# Mode = "subscription"
|
||||||
# etc...
|
# etc...
|
||||||
seafile_version: "{{ seafile_license is defined | ternary('10.0.16','11.0.9') }}"
|
seafile_version: "{{ seafile_license is defined | ternary('11.0.9','11.0.9') }}"
|
||||||
|
|
||||||
# Archive URL and sha256 are only used for the community version
|
# Archive URL and sha256 are only used for the community version
|
||||||
seafile_archive_url: https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz
|
seafile_archive_url: https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:677344c9ec85a95d80f6b4f31d596af0f662b166bfb6beea9f374a6af773c6ce
|
|
||||||
size 205621872
|
|
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d80ef2e2cdc6bacaae5b78cb6d2f7fdae83d00cbb2ce86d583fd24cb3d7e799a
|
||||||
|
size 203013989
|
@ -47,7 +47,7 @@ seafile_python_libs:
|
|||||||
- requests_oauthlib
|
- requests_oauthlib
|
||||||
- chardet
|
- chardet
|
||||||
pro:
|
pro:
|
||||||
- django==3.2.*
|
- django==4.2.*
|
||||||
- future==0.18.*
|
- future==0.18.*
|
||||||
- mysqlclient==2.1.*
|
- mysqlclient==2.1.*
|
||||||
- pymysql
|
- pymysql
|
||||||
@ -56,14 +56,15 @@ seafile_python_libs:
|
|||||||
- captcha==0.5.*
|
- captcha==0.5.*
|
||||||
- markupsafe==2.0.1
|
- markupsafe==2.0.1
|
||||||
- jinja2
|
- jinja2
|
||||||
- sqlalchemy==1.4.3
|
- sqlalchemy==2.0.18
|
||||||
- psd-tools
|
- psd-tools
|
||||||
- django-pylibmc
|
- django-pylibmc
|
||||||
- django_simple_captcha==0.5.20
|
- django_simple_captcha==0.6.*
|
||||||
- djangosaml2==1.5.*
|
- djangosaml2==1.5.*
|
||||||
- pysaml2==7.2.*
|
- pysaml2==7.2.*
|
||||||
- pycryptodome==3.16.*
|
- pycryptodome==3.16.*
|
||||||
- cffi==1.15.1
|
- cffi==1.15.1
|
||||||
|
- python-ldap==3.4.3
|
||||||
- lxml
|
- lxml
|
||||||
- requests_oauthlib
|
- requests_oauthlib
|
||||||
- chardet
|
- chardet
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Version of Vault to install
|
# Version of Vault to install
|
||||||
vault_version: 1.16.3
|
vault_version: 1.17.1
|
||||||
# URL of the archive
|
# URL of the archive
|
||||||
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
|
vault_archive_url: https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip
|
||||||
# Expected sha256 of the archive
|
# Expected sha256 of the archive
|
||||||
vault_archive_sha256: ca33d4adc55cc3ac37249198254f2a85fee5fb878b37bcf5e1f5535de82161d8
|
vault_archive_sha256: f2266dcecabff8809a54f7cf3688c1946408e8f863bcf379ef9146ab3a1c3f4a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user