fix: ssh in home directory
This commit is contained in:
@ -139,7 +139,7 @@ locals {
|
||||
inventory = templatefile("${path.module}/ansible-inventory.tmpl", {
|
||||
esxi_name = esxi_guest.week-6.guest_name
|
||||
esxi_ip = esxi_guest.week-6.ip_address
|
||||
esxi_private_key_file = "/skylab"
|
||||
esxi_private_key_file = "~/.ssh/skylab"
|
||||
# azure_name = azurerm_linux_virtual_machine.week-6.name
|
||||
# azure_ip = azurerm_linux_virtual_machine.week-6.public_ip_address
|
||||
# azure_private_key_file = "~/.ssh/azure"
|
||||
|
Reference in New Issue
Block a user