From 53772980c31d3641b79dc01e3a9ce75ca9dd20ef Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Feb 2026 02:26:54 +0100 Subject: [PATCH] build --- hosts_init.yml | 12 +++++++++++- hosts_roles.yml | 8 ++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/hosts_init.yml b/hosts_init.yml index 9eae6c9..d019acd 100755 --- a/hosts_init.yml +++ b/hosts_init.yml @@ -72,7 +72,17 @@ datacenter: rocky9: hosts: rocky9-vm0[1:5].home.lan: - 192.168.77.212: + vars: + ansible_python_interpreter: /usr/bin/python3 + ansible_ssh_user: jd + ansible_ssh_password: q + ansible_become_method: su + ansible_become_password: q + ansible_ssh_pass: q + ansible_become_user: root + rocky10: + hosts: + rocky10-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 561d05b..c716f19 100755 --- a/hosts_roles.yml +++ b/hosts_roles.yml @@ -199,6 +199,14 @@ datacenter: ansible_ssh_user: jd ansible_ssh_private_key_file: ssh_key.pem ansible_user: jd + rocky10: + hosts: + rocky10-vm0[1:9].home.lan: + vars: + ansible_python_interpreter: /usr/bin/python3 + ansible_ssh_user: jd + ansible_ssh_private_key_file: ssh_key.pem + ansible_user: jd alma10: hosts: alma10-vm0[1:9].home.lan: