From d922bf30ef36ce597aaa69e51869fd83594b6c2d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 29 May 2021 22:01:28 +0100 Subject: [PATCH] Allow `git` user to authenticate over SSH --- ansible/host_vars/pve-gitlab.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 ansible/host_vars/pve-gitlab.yml diff --git a/ansible/host_vars/pve-gitlab.yml b/ansible/host_vars/pve-gitlab.yml new file mode 100644 index 0000000..d2dead7 --- /dev/null +++ b/ansible/host_vars/pve-gitlab.yml @@ -0,0 +1 @@ +ssh_extra_allowed_users: git@{{ nebula.cidr }}