From c4d65f8593d2582f414e6e2bc5e33a7c8300465a Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 30 Apr 2026 12:56:08 +0200 Subject: [PATCH] build --- hosts_init.yml | 11 +++++++++++ hosts_roles.yml | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/hosts_init.yml b/hosts_init.yml index d230b0a..7ff1a92 100755 --- a/hosts_init.yml +++ b/hosts_init.yml @@ -94,6 +94,17 @@ datacenter: ubuntu24: hosts: ubuntu24-vm0[1:5].home.lan: + vars: + ansible_python_interpreter: /usr/bin/python3 + ansible_ssh_user: jd + ansible_ssh_password: q + ansible_become_password: q + ansible_ssh_pass: q + ansible_become_user: root + + ubuntu24s: + hosts: + ubuntu24s-vm0[1:5].home.lan: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd diff --git a/hosts_roles.yml b/hosts_roles.yml index 3dda5ea..75552a7 100755 --- a/hosts_roles.yml +++ b/hosts_roles.yml @@ -217,6 +217,13 @@ datacenter: ubuntu24: hosts: ubuntu24-vm0[1:5].home.lan: + vars: + ansible_python_interpreter: /usr/bin/python3 + ansible_ssh_user: jd + ansible_ssh_private_key_file: ssh_key.pem + ubuntu24s: + hosts: + ubuntu24s-vm0[1:5].home.lan: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd