Skip to content
Snippets Groups Projects
Commit 2c9b89a7 authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[thelounge] Rename irc to thelounge


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 1ec1aeca
No related branches found
No related tags found
1 merge request!165Nginx
File moved
......@@ -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
......
#!/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
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