[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]
|
[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
|
||||||
|
|
|
@ -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) }}'
|
||||||
|
|
Loading…
Reference in New Issue