[gitlab] Rename git to gitlab

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-02-22 15:43:45 +01:00
parent 98eaeaa53b
commit 23371f7cb1
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
3 changed files with 4 additions and 4 deletions

6
hosts
View File

@ -25,7 +25,7 @@ sputnik.adm.crans.org
[certbot:children]
dovecot
git
gitlab
mailman
radius # We use certbot to manage LE certificates
reverseproxy
@ -60,7 +60,7 @@ voyager.adm.crans.org
[freebox]
boeing.adm.crans.org
[git]
[gitlab]
gitzly.adm.crans.org
[horde]
@ -126,7 +126,7 @@ hodaur.adm.crans.org
sputnik.adm.crans.org
[reverseproxy:children]
git
gitlab
[roundcube]
roundcube.adm.crans.org

View File

@ -7,7 +7,7 @@
- gitlab-runner
# Install Gitlab
- hosts: git
- hosts: gitlab
vars:
certbot: '{{ loc_certbot | default(glob_certbot | default([])) }}'
gitlab: '{{ glob_gitlab | default({}) | combine(loc_gitlab | default({}), recursive=True) }}'