From 3f8bd46f6bbf0fdce25bdde8dd0986665a36297b Mon Sep 17 00:00:00 2001 From: jerome Date: Thu, 21 Aug 2025 00:15:54 +0200 Subject: private key --- tofu/ansible/main.tf | 1 + 1 file changed, 1 insertion(+) (limited to 'tofu/ansible/main.tf') diff --git a/tofu/ansible/main.tf b/tofu/ansible/main.tf index 18a25a2..d0b029f 100644 --- a/tofu/ansible/main.tf +++ b/tofu/ansible/main.tf @@ -48,6 +48,7 @@ resource "incus_instance" "rocky" { type = "ssh" host = self.ipv4_address user = "ansible" + private_key = file("~/.ssh/id_rsa") } provisioner "remote-exec" { inline = [ -- cgit v1.2.3