mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 21:53:21 +02:00
Update to 2023-11-23 15:00
This commit is contained in:
parent
e76462f776
commit
514f9ccaec
@ -40,6 +40,8 @@ www.piwheels.org
|
|||||||
|
|
||||||
# Ruby
|
# Ruby
|
||||||
api.rubygems.org
|
api.rubygems.org
|
||||||
|
index.rubygems.org
|
||||||
|
rubygems.org
|
||||||
|
|
||||||
# GLPI
|
# GLPI
|
||||||
forge.glpi-project.org
|
forge.glpi-project.org
|
||||||
@ -279,6 +281,8 @@ docker-auth.elastic.co
|
|||||||
get.docker.com
|
get.docker.com
|
||||||
.quay.io
|
.quay.io
|
||||||
gcr.io
|
gcr.io
|
||||||
|
ghcr.io
|
||||||
|
pkg-containers.githubusercontent.com
|
||||||
|
|
||||||
# Artifactory (jfrog)
|
# Artifactory (jfrog)
|
||||||
docker.bintray.io
|
docker.bintray.io
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
# Where unifi will be installed
|
# Where unifi will be installed
|
||||||
unifi_root_dir: /opt/unifi
|
unifi_root_dir: /opt/unifi
|
||||||
# Version to deploy
|
# Version to deploy
|
||||||
unifi_version: 7.5.187
|
unifi_version: 8.0.7
|
||||||
# URL to get the installation tarball
|
# URL to get the installation tarball
|
||||||
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
|
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
|
||||||
# Expected sha256
|
# Expected sha256
|
||||||
unifi_archive_sha256: 18fb1ca65069f766a56b7c54b80243ae7295693172c78935b67d35218fe62e39
|
unifi_archive_sha256: b409eb13d666d3afbf6f299650f0ee929a45da0ce4206ffe804a72d097f19f36
|
||||||
# Should ansible handle upgrades (if False, only initial install will be done)
|
# Should ansible handle upgrades (if False, only initial install will be done)
|
||||||
unifi_manage_upgrade: True
|
unifi_manage_upgrade: True
|
||||||
# List of ports used by UniFi controler
|
# List of ports used by UniFi controler
|
||||||
|
Loading…
x
Reference in New Issue
Block a user