feat: add user and ssh key to ansible inventory

This commit is contained in:
Ditmar Visser
2025-05-28 12:18:25 +00:00
parent 9b0409c170
commit 0a1505259f
3 changed files with 12 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
[all]
vm ansible_host=${ip}
vm ansible_host=${ip} ansible_user=${user} ansible_ssh_private_key_file=${private_key_file}