This commit is contained in:
2026-02-23 12:55:59 +01:00
parent 59e9608d58
commit b7caa2cea5

View File

@@ -207,3 +207,10 @@ datacenter:
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
ansible_ssh_user: jd ansible_ssh_user: jd
ansible_ssh_private_key_file: ssh_key.pem ansible_ssh_private_key_file: ssh_key.pem
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