From 23371f7cb1b0822f05f2e650ce7ba30b9702bb65 Mon Sep 17 00:00:00 2001
From: Yohann D'ANELLO <ynerant@crans.org>
Date: Mon, 22 Feb 2021 15:43:45 +0100
Subject: [PATCH] [gitlab] Rename git to gitlab

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
---
 group_vars/{git.yml => gitlab.yml} | 0
 hosts                              | 6 +++---
 plays/gitlab.yml                   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename group_vars/{git.yml => gitlab.yml} (100%)

diff --git a/group_vars/git.yml b/group_vars/gitlab.yml
similarity index 100%
rename from group_vars/git.yml
rename to group_vars/gitlab.yml
diff --git a/hosts b/hosts
index d141b7e4..546127cf 100644
--- a/hosts
+++ b/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
diff --git a/plays/gitlab.yml b/plays/gitlab.yml
index b8b10e1d..b4a18761 100755
--- a/plays/gitlab.yml
+++ b/plays/gitlab.yml
@@ -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) }}'
-- 
GitLab