diff --git a/inventory.tmpl b/inventory.tmpl index 3e1438e..15df6eb 100644 --- a/inventory.tmpl +++ b/inventory.tmpl @@ -10,4 +10,5 @@ ${ip} [all:vars] ansible_user=${vm_admin_user} -ansible_ssh_private_key_file=${ssh_key} \ No newline at end of file +ansible_ssh_private_key_file=id_ecdsa +ansible_ssh_common_args='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' \ No newline at end of file