[thelounge] Gardening

main
_shirenn 2022-11-30 16:46:15 +01:00
parent ee912e4838
commit debdbb6af1
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
--- ---
glob_thelounge: glob_thelounge:
version:
short: 4.3.1
long: 4.3.1-2
public: "false" public: "false"
host: "undefined" host: "undefined"
reverseProxy: "false" reverseProxy: "false"

View File

@ -10,7 +10,7 @@ loc_borg:
- /var/lib/mysql - /var/lib/mysql
loc_thelounge: loc_thelounge:
host: "\"{{ query('ldap', 'ip4, 'zamok', 'adm') }}\"" host: "\"{{ query('ldap', 'ip4', 'zamok', 'adm') }}\""
oidentd: "\"/usr/local/lib/thelounge/.oidentd.conf\"" oidentd: "\"/usr/local/lib/thelounge/.oidentd.conf\""
reverseProxy: "true" reverseProxy: "true"
ldap_enable: "true" ldap_enable: "true"

View File

@ -10,8 +10,8 @@
- name: Download The Lounge packet - name: Download The Lounge packet
get_url: get_url:
url: https://github.com/thelounge/thelounge/releases/download/v4.2.0/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_4.2.0_all.deb dest: /var/cache/apt/archives/thelounge_{{ thelounge.version.long }}_all.deb
checksum: sha512:10d17c199fef595c46ba55f36ab7aa0a7469448603482eb780284e05532f5d69302d47bdc9c558badc30b0a026767a24b7065a4fe8d7c865f1737b0041420208 checksum: sha512:10d17c199fef595c46ba55f36ab7aa0a7469448603482eb780284e05532f5d69302d47bdc9c558badc30b0a026767a24b7065a4fe8d7c865f1737b0041420208
owner: root owner: root
group: root group: root
@ -19,7 +19,7 @@
- name: Install The Lounge from the deb package - name: Install The Lounge from the deb package
apt: 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 notify: Restart The Lounge
- name: Deploy The Lounge configuration - name: Deploy The Lounge configuration