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: