This commit is contained in:
2026-04-30 12:56:08 +02:00
parent 1940bba333
commit c4d65f8593
2 changed files with 18 additions and 0 deletions
+11
View File
@@ -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
+7
View File
@@ -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