From ec5c08874c83c3071233dbf9fefbd779b2693fc5 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 7 Jul 2026 15:42:25 +0200 Subject: [PATCH] cli: add name to master subs --- ansible/hosts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible/hosts.yml b/ansible/hosts.yml index 720e3f9..bfd7a2d 100644 --- a/ansible/hosts.yml +++ b/ansible/hosts.yml @@ -6,6 +6,5 @@ all: ansible_ssh_common_args: >- -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null - -o IdentityFile=/home/labrec_b/.ssh/id_cicd - -o ProxyCommand="sudo -n -u labrec_b ssh -o StrictHostKeyChecking=no -i /home/labrec_b/.ssh/id_cicd -W %h:%p localhost" + -o IdentityFile=/home/svcusr-sls2hla/.ssh/id_cicd sls-vserv-bd-hla01-dev: \ No newline at end of file