This commit is contained in:
2026-02-26 02:26:54 +01:00
parent 75c9af3b52
commit 53772980c3
2 changed files with 19 additions and 1 deletions

View File

@@ -72,7 +72,17 @@ datacenter:
rocky9: rocky9:
hosts: hosts:
rocky9-vm0[1:5].home.lan: 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: vars:
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
ansible_ssh_user: jd ansible_ssh_user: jd

View File

@@ -199,6 +199,14 @@ datacenter:
ansible_ssh_user: jd ansible_ssh_user: jd
ansible_ssh_private_key_file: ssh_key.pem ansible_ssh_private_key_file: ssh_key.pem
ansible_user: jd 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: alma10:
hosts: hosts:
alma10-vm0[1:9].home.lan: alma10-vm0[1:9].home.lan: