mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-11 15:53:21 +02:00
Update to 2024-07-16 10:00
This commit is contained in:
parent
58a15060c0
commit
422d76dfa6
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version to deploy
|
||||
bookstack_version: '24.05.2'
|
||||
bookstack_version: '24.05.3'
|
||||
# URL of the arhive
|
||||
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
|
||||
# Expected sha256 of the archive
|
||||
bookstack_archive_sha256: 1144e1b712240eab7d0d83c05bc77fb771e06b2a10bf8d4c9d9a87ca30708518
|
||||
bookstack_archive_sha256: 8693dd21951caa165dd3e6b9feee5278b08e90ca8cc158201de17582de9b8e5f
|
||||
|
||||
# Should ansible handle bookstack upgrades or just the inintial install
|
||||
bookstack_manage_upgrade: True
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
# Version of consul to deploy
|
||||
consul_version: 1.19.0
|
||||
consul_version: 1.19.1
|
||||
# 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: e337fba12295fc7bab177a84a7616eb8bcc827f032a2982c8c0e417fbe86541f
|
||||
consul_archive_sha256: aa48085aaa6f4130d0f1ee98c416dcd51b1b0f980d34f5b91834fd5b3387891c
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Veresion of diagrams to deploy
|
||||
diagrams_version: 24.5.2
|
||||
diagrams_version: 24.6.4
|
||||
# URL of the WAR file to deploy
|
||||
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
|
||||
# Expected sha256 of the WAR file
|
||||
diagrams_war_sha256: 7a95255717ea23468feb877df7c4c2e0817558609462ed46107cc55e68a792a6
|
||||
diagrams_war_sha256: e9810a62742bafeb477e57a53336c7453bab7d5657faa1cdbe189753a02d41bb
|
||||
# root directory of the installation
|
||||
diagrams_root_dir: /opt/diagrams
|
||||
# Should ansible manage upgrades, or just initial install ?
|
||||
|
@ -5,7 +5,7 @@
|
||||
file: CentOS-Base
|
||||
description: "Centos - {{ item.repo }}"
|
||||
name: "{{ item.repo }}"
|
||||
baseurl: http://mirror.centos.org/centos/$releasever/{{ item.dir }}/$basearch/
|
||||
baseurl: https://vault.centos.org/7.9.2009/{{{ item.dir }}/$basearch/
|
||||
gpgcheck: True
|
||||
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
exclude: 'lasso*'
|
||||
@ -23,7 +23,7 @@
|
||||
file: CentOS-Base
|
||||
description: "Centos - centosplus"
|
||||
name: centosplus
|
||||
baseurl: http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
|
||||
baseurl: https://vault.centos.org/7.9.2009/centosplus/$basearch/
|
||||
gpgcheck: True
|
||||
gpgkey: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||
enabled: False
|
||||
|
@ -3,11 +3,11 @@
|
||||
# Where unifi will be installed
|
||||
unifi_root_dir: /opt/unifi
|
||||
# Version to deploy
|
||||
unifi_version: 8.2.93
|
||||
unifi_version: 8.3.32
|
||||
# URL to get the installation tarball
|
||||
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
|
||||
# Expected sha256
|
||||
unifi_archive_sha256: 65c77584f4a6addeba14222db270e609f60ca66bb2dcf73cb91c8c6ec73c8246.
|
||||
unifi_archive_sha256: 41a7f37a184af4564719ff81bda147c12719028ae26e57b2c91ae89b7de6feaf
|
||||
# Should ansible handle upgrades (if False, only initial install will be done)
|
||||
unifi_manage_upgrade: True
|
||||
# List of ports used by UniFi controler
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
|
||||
vaultwarden_version: 1.30.5
|
||||
vaultwarden_version: 1.31.0
|
||||
vaultwarden_archive_url: https://github.com/dani-garcia/vaultwarden/archive/{{ vaultwarden_version }}.tar.gz
|
||||
vaultwarden_archive_sha256: 6a5b1792fc53e94445033390f594dd1075390bf1339daa54ae92569ca902391d
|
||||
vaultwarden_archive_sha256: c5859e406596aa3a57666442867b9a3ec77106bf02af31b751599a5c5a1772a9
|
||||
|
||||
vaultwarden_web_version: 2024.1.2b
|
||||
vaultwarden_web_version: 2024.5.1b
|
||||
vaultwarden_web_archive_url: https://github.com/dani-garcia/bw_web_builds/releases/download/v{{ vaultwarden_web_version }}/bw_web_v{{ vaultwarden_web_version }}.tar.gz
|
||||
vaultwarden_web_archive_sha256: c9a63f9f71899ffbffac959f55fb651a5c3d31f6a58f36f728a1d4910dcbbb76
|
||||
vaultwarden_web_archive_sha256: bceadff6ff96aec71fbab91dbf67cb7909635f6d4bd8a902a58bd9b3e7cae6d3
|
||||
|
||||
vaultwarden_root_dir: /opt/vaultwarden
|
||||
vaultwarden_user: vaultwarden
|
||||
|
Loading…
x
Reference in New Issue
Block a user