mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-04 12:23:13 +02:00
Update to 2022-12-27 10:00
This commit is contained in:
parent
9a0ed3134c
commit
2ffea0d4cb
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version of consul to deploy
|
||||
consul_version: 1.14.2
|
||||
consul_version: 1.14.3
|
||||
# URL from where the consul archive will be downloaded
|
||||
consul_archive_url: https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
consul_archive_sha256: 9024ecc32163da3e33f79f1d6c2962a7fb32436083dd2808353faf0fa3bfb1e2
|
||||
consul_archive_sha256: 2971959d50fae1aa3f6b624219c85e0a4f34cd7232ea14d77d3cfb05f9ce7b8f
|
||||
|
||||
# user account under which consul will run (will be created if needed)
|
||||
consul_user: consul
|
||||
|
@ -33,8 +33,9 @@ httpd_php_versions:
|
||||
- 74
|
||||
- 80
|
||||
- 81
|
||||
- 82
|
||||
|
||||
httpd_php_default_version: 74
|
||||
httpd_php_default_version: 82
|
||||
|
||||
#httpd_php_ansible_pools:
|
||||
# name: glpi
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
n8n_version: 0.205.0
|
||||
n8n_version: 0.207.1
|
||||
# Root directory where n8n will be installed
|
||||
n8n_root_dir: /opt/n8n
|
||||
# User account under which n8n will run
|
||||
|
@ -10,7 +10,7 @@ pga_src_ip: []
|
||||
# Root dir where the app will be installed
|
||||
pga_root_dir: /opt/pgadmin4_{{ pga_id }}
|
||||
# Version to deploy
|
||||
pga_version: '6.15'
|
||||
pga_version: '6.17'
|
||||
|
||||
# When pg_auth is an empty list, pgAdmin will be in single user mode
|
||||
# You can set it to a list, eg
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version of pgweb to install
|
||||
pgweb_version: 0.11.12
|
||||
pgweb_version: 0.12.0
|
||||
# URL of the archive
|
||||
pgweb_archive_url: https://github.com/sosedoff/pgweb/releases/download/v{{ pgweb_version }}/pgweb_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
pgweb_archive_sha256: 26d7c38a8daa40929ff58ce67e66da10482d5dc418cadf0d3711b65f9fecc784
|
||||
pgweb_archive_sha256: eb8f7365765434f6ac2f4134fcf1ea251bcdb059c80cf87967a1450e892b8a91
|
||||
# Where will pgweb be installed
|
||||
pgweb_root_dir: /opt/pgweb
|
||||
# SHould ansible handle upgrades or just initial install
|
||||
|
3
roles/remotely/defaults/main.yml
Normal file
3
roles/remotely/defaults/main.yml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
-
|
4
roles/remotely/vars/RedHat-8.yml
Normal file
4
roles/remotely/vars/RedHat-8.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
|
||||
remotely_packages:
|
||||
- dotnet-runtime-6.0
|
Loading…
x
Reference in New Issue
Block a user