mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2025-01-14 16:00
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Where unifi will be installed
|
||||
unifi_root_dir: /opt/unifi
|
||||
# Version to deploy
|
||||
unifi_version: 8.6.9
|
||||
unifi_version: 9.0.108
|
||||
# URL to get the installation tarball
|
||||
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
|
||||
# Expected sha256
|
||||
|
@@ -6,7 +6,7 @@ After=syslog.target network.target
|
||||
Type=simple
|
||||
User=unifi
|
||||
WorkingDirectory={{ unifi_root_dir }}/app
|
||||
ExecStart=/usr/lib/jvm/jre-17/bin/java \
|
||||
ExecStart=/usr/lib/jvm/jre-21/bin/java \
|
||||
--add-opens=java.base/java.io=ALL-UNNAMED \
|
||||
--add-opens=java.base/java.lang=ALL-UNNAMED \
|
||||
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED \
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
unifi_packages:
|
||||
- java-17-openjdk-headless
|
||||
- java-21-openjdk-headless
|
||||
- mongodb-org-server
|
||||
- mongodb-org
|
||||
|
Reference in New Issue
Block a user