Skip to content

Commit

Permalink
inventory.tmpl fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VandlJ committed Nov 26, 2024
1 parent 2975dcd commit b5566bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inventory.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ ${ip}

[all:vars]
ansible_user=${vm_admin_user}
ansible_ssh_private_key_file=${ssh_key}
ansible_ssh_private_key_file=id_ecdsa
ansible_ssh_common_args='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'

0 comments on commit b5566bb

Please sign in to comment.