From b7caa2cea571bd073a1e9db5c37d04e88172043f Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Feb 2026 12:55:59 +0100 Subject: [PATCH] build --- hosts_roles.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts_roles.yml b/hosts_roles.yml index 9a1557b..561d05b 100755 --- a/hosts_roles.yml +++ b/hosts_roles.yml @@ -203,6 +203,13 @@ datacenter: hosts: alma10-vm0[1:9].home.lan: # debian13-vm[10:27].home.lan: + vars: + ansible_python_interpreter: /usr/bin/python3 + ansible_ssh_user: jd + ansible_ssh_private_key_file: ssh_key.pem + ubuntu24: + hosts: + ubuntu24-vm0[1:5].home.lan: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd