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

View File

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