From 220759769a756374e82b763c76ec0afc41bf2b9c Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 27 May 2026 18:39:43 +0200 Subject: [PATCH] build --- hosts_init.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/hosts_init.yml b/hosts_init.yml index 32251f9..0a8b57e 100755 --- a/hosts_init.yml +++ b/hosts_init.yml @@ -82,6 +82,18 @@ datacenter: ansible_become_password: q ansible_ssh_pass: q ansible_become_user: root + debian11: + hosts: + debian11-vm0[1:5].home.lan: + vars: + ansible_python_interpreter: /usr/bin/python3 + ansible_ssh_common_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" + ansible_ssh_user: jd + ansible_ssh_password: q + ansible_become_method: sudo + ansible_become_password: q + ansible_ssh_pass: q + ansible_become_user: root rocky9: hosts: rocky9-vm0[1:5].home.lan: