From 3f88cbb12e211a532f75b3d7c886ef09c155434b Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Feb 2026 11:50:11 +0100 Subject: [PATCH] build --- hosts_init.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/hosts_init.yml b/hosts_init.yml index 93bf66b..13d0bf5 100755 --- a/hosts_init.yml +++ b/hosts_init.yml @@ -48,7 +48,7 @@ datacenter: children: alma10: hosts: - alma10-vm0[1:9].home.lan: + alma10-vm0[1:5].home.lan: # debian13-vm[10:27].home.lan: vars: ansible_python_interpreter: /usr/bin/python3 @@ -60,8 +60,7 @@ datacenter: ansible_become_user: root debian13: hosts: - debian13-vm0[1:9].home.lan: - debian13-vm[10:27].home.lan: + debian13-vm0[1:5].home.lan: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd @@ -72,7 +71,7 @@ datacenter: ansible_become_user: root rocky9: hosts: - rocky9-vm0[1:9].home.lan: + rocky9-vm0[1:5].home.lan: 192.168.77.212: vars: ansible_python_interpreter: /usr/bin/python3 @@ -82,4 +81,14 @@ datacenter: ansible_become_password: q ansible_ssh_pass: q ansible_become_user: root - \ No newline at end of file + 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_method: su + ansible_become_password: q + ansible_ssh_pass: q + ansible_become_user: root \ No newline at end of file