From b5814a9c8ded820cef48cc2a465d53757f0f1cd2 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 7 Jul 2026 15:26:26 +0200 Subject: [PATCH] cli: add name to master subs --- ansible/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/hosts.yml b/ansible/hosts.yml index d838a89..f86c1d5 100644 --- a/ansible/hosts.yml +++ b/ansible/hosts.yml @@ -5,5 +5,5 @@ all: ansible_user: labrec_b ansible_ssh_common_args: >- -o ProxyCommand="sudo -n -u labrec_b nc %h %p" - -o PrivateKey=~/.ssh/id_cicd + -o IdentityFile=~/.ssh/id_cicd sls-vserv-bd-hla01-dev: \ No newline at end of file