diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-21 00:25:16 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-21 00:25:16 +0200 |
| commit | 95b49edd2145c86211f0b96a5ab3dcbc9c48bd2b (patch) | |
| tree | 587ed806997e8c515f0fb144a1ea65565719dc04 | |
| parent | 3f8bd46f6bbf0fdce25bdde8dd0986665a36297b (diff) | |
| download | incus-95b49edd2145c86211f0b96a5ab3dcbc9c48bd2b.tar.gz incus-95b49edd2145c86211f0b96a5ab3dcbc9c48bd2b.zip | |
private key
| -rw-r--r-- | tofu/ansible/main.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tofu/ansible/main.tf b/tofu/ansible/main.tf index d0b029f..986775a 100644 --- a/tofu/ansible/main.tf +++ b/tofu/ansible/main.tf @@ -24,8 +24,8 @@ resource "incus_instance" "debian" { connection { type = "ssh" host = self.ipv4_address - #password = "secret" user = "ansible" + private_key = file("~/.ssh/id_rsa") } provisioner "remote-exec" { inline = [ |
