summaryrefslogtreecommitdiff
path: root/tofu/ansible/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'tofu/ansible/main.tf')
-rw-r--r--tofu/ansible/main.tf1
1 files changed, 1 insertions, 0 deletions
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 = [