diff --git a/hosts_init.yml b/hosts_init.yml index d230b0a..7ff1a92 100755 --- a/hosts_init.yml +++ b/hosts_init.yml @@ -94,6 +94,17 @@ datacenter: 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_password: q + ansible_ssh_pass: q + ansible_become_user: root + + ubuntu24s: + hosts: + ubuntu24s-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 3dda5ea..75552a7 100755 --- a/hosts_roles.yml +++ b/hosts_roles.yml @@ -217,6 +217,13 @@ datacenter: ubuntu24: hosts: ubuntu24-vm0[1:5].home.lan: + vars: + ansible_python_interpreter: /usr/bin/python3 + ansible_ssh_user: jd + ansible_ssh_private_key_file: ssh_key.pem + ubuntu24s: + hosts: + ubuntu24s-vm0[1:5].home.lan: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd