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