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