[gitlab] Rename git to gitlab
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
98eaeaa53b
commit
23371f7cb1
6
hosts
6
hosts
|
@ -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
|
||||
|
|
|
@ -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) }}'
|
||||
|
|
Loading…
Reference in New Issue