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
2c9b89a7
Commit
2c9b89a7
authored
4 years ago
by
ynerant
Committed by
ynerant
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[thelounge] Rename irc to thelounge
Signed-off-by:
Yohann D'ANELLO
<
ynerant@crans.org
>
parent
1ec1aeca
No related branches found
No related tags found
1 merge request
!165
Nginx
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
group_vars/thelounge.yml
+0
-0
0 additions, 0 deletions
group_vars/thelounge.yml
hosts
+4
-1
4 additions, 1 deletion
hosts
plays/irc.yml
+7
-3
7 additions, 3 deletions
plays/irc.yml
with
11 additions
and
4 deletions
group_vars/
irc
.yml
→
group_vars/
thelounge
.yml
+
0
−
0
View file @
2c9b89a7
File moved
This diff is collapsed.
Click to expand it.
hosts
+
4
−
1
View file @
2c9b89a7
...
...
@@ -64,7 +64,6 @@ horde.adm.crans.org
[irc]
irc.adm.crans.org
zamok.adm.crans.org
[keepalived:children]
routeurs_vm
...
...
@@ -126,6 +125,10 @@ routeur-daniel.adm.crans.org
routeur-jack.adm.crans.org
routeur-sam.adm.crans.org
[thelounge]
irc.adm.crans.org
zamok.adm.crans.org
[virtu]
daniel.adm.crans.org
jack.adm.crans.org
...
...
This diff is collapsed.
Click to expand it.
plays/irc.yml
+
7
−
3
View file @
2c9b89a7
#!/usr/bin/env ansible-playbook
---
-
hosts
:
irc
-
hosts
:
thelounge
vars
:
thelounge
:
'
{{
glob_thelounge
|
default({})
|
combine(loc_thelounge
|
default({}))
}}'
roles
:
-
thelounge
-
hosts
:
thelounge,!adh_server
vars
:
certbot
:
'
{{
loc_certbot
|
default(glob_certbot
|
default([]))
}}'
nginx
:
'
{{
glob_nginx
|
default({})
|
combine(loc_nginx
|
default({}))
}}'
thelounge
:
'
{{
glob_thelounge
|
default({})
|
combine(loc_thelounge
|
default({}))
}}'
roles
:
-
certbot
-
nginx
-
thelounge
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