Skip to content
Snippets Groups Projects
Commit debdbb6a authored by shirenn's avatar shirenn 🌊
Browse files

[thelounge] Gardening

parent ee912e48
No related merge requests found
---
glob_thelounge:
version:
short: 4.3.1
long: 4.3.1-2
public: "false"
host: "undefined"
reverseProxy: "false"
......
......@@ -10,7 +10,7 @@ loc_borg:
- /var/lib/mysql
loc_thelounge:
host: "\"{{ query('ldap', 'ip4, 'zamok', 'adm') }}\""
host: "\"{{ query('ldap', 'ip4', 'zamok', 'adm') }}\""
oidentd: "\"/usr/local/lib/thelounge/.oidentd.conf\""
reverseProxy: "true"
ldap_enable: "true"
......
......@@ -10,8 +10,8 @@
- name: Download The Lounge packet
get_url:
url: https://github.com/thelounge/thelounge/releases/download/v4.2.0/thelounge_4.2.0_all.deb
dest: /var/cache/apt/archives/thelounge_4.2.0_all.deb
url: https://github.com/thelounge/thelounge/releases/download/v{{ thelounge.version.short }}/thelounge_{{ thelounge.version.long }}_all.deb
dest: /var/cache/apt/archives/thelounge_{{ thelounge.version.long }}_all.deb
checksum: sha512:10d17c199fef595c46ba55f36ab7aa0a7469448603482eb780284e05532f5d69302d47bdc9c558badc30b0a026767a24b7065a4fe8d7c865f1737b0041420208
owner: root
group: root
......@@ -19,7 +19,7 @@
- name: Install The Lounge from the deb package
apt:
deb: /var/cache/apt/archives/thelounge_4.2.0_all.deb
deb: /var/cache/apt/archives/thelounge_{{ thelounge.version.long }}_all.deb
notify: Restart The Lounge
- name: Deploy The Lounge configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment