diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-21 00:15:54 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-21 00:15:54 +0200 |
| commit | 3f8bd46f6bbf0fdce25bdde8dd0986665a36297b (patch) | |
| tree | ff593ce91eceef0eef0272f6b8c35a53324dae2c /tofu/ansible/main.tf | |
| parent | 9ac31bb32dd70a751a66a3011c12a241e41ed18b (diff) | |
| download | incus-3f8bd46f6bbf0fdce25bdde8dd0986665a36297b.tar.gz incus-3f8bd46f6bbf0fdce25bdde8dd0986665a36297b.zip | |
private key
Diffstat (limited to 'tofu/ansible/main.tf')
| -rw-r--r-- | tofu/ansible/main.tf | 1 |
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 = [ |
