From 9a6eef0320393177580a2840e34d4b9c75ab4cee Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 29 May 2021 22:49:57 +0100 Subject: [PATCH] Use correct cidr for GitLab auth --- ansible/host_vars/pve-gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/host_vars/pve-gitlab.yml b/ansible/host_vars/pve-gitlab.yml index d2dead7..22bd4dc 100644 --- a/ansible/host_vars/pve-gitlab.yml +++ b/ansible/host_vars/pve-gitlab.yml @@ -1 +1 @@ -ssh_extra_allowed_users: git@{{ nebula.cidr }} +ssh_extra_allowed_users: git@{{ pve_hosts.internal_cidr }}