Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Ansible
Commits
debdbb6a
Commit
debdbb6a
authored
2 years ago
by
shirenn
🌊
Browse files
Options
Downloads
Patches
Plain Diff
[thelounge] Gardening
parent
ee912e48
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
group_vars/thelounge.yml
+3
-0
3 additions, 0 deletions
group_vars/thelounge.yml
host_vars/zamok.adm.crans.org.yml
+1
-1
1 addition, 1 deletion
host_vars/zamok.adm.crans.org.yml
roles/thelounge/tasks/main.yml
+3
-3
3 additions, 3 deletions
roles/thelounge/tasks/main.yml
with
7 additions
and
4 deletions
group_vars/thelounge.yml
+
3
−
0
View file @
debdbb6a
---
glob_thelounge
:
version
:
short
:
4.3.1
long
:
4.3.1-2
public
:
"
false"
host
:
"
undefined"
reverseProxy
:
"
false"
...
...
This diff is collapsed.
Click to expand it.
host_vars/zamok.adm.crans.org.yml
+
1
−
1
View file @
debdbb6a
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
roles/thelounge/tasks/main.yml
+
3
−
3
View file @
debdbb6a
...
...
@@ -10,8 +10,8 @@
-
name
:
Download The Lounge packet
get_url
:
url
:
https://github.com/thelounge/thelounge/releases/download/v
4.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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment