Failed to connect to the host via ssh
Hola!
This cookbook is great, i've been wanting to bootstrap my own kinda thing for ages, but stumbled across this and its looking great!
Having some issues getting bootstrapped with the ansible playbook
I've filled in all of the required details and secrets, i keep getting an SSH connection error. I can manually SSH fine into that proxmox host with the user/pass provided. Wondering if there any common pitfalls i may have missed?
9 Replies
Mmm, so you’ve SSH’d in as root, with key-based auth?
Password based auth
Ah, so needs to be key based? I must've misinterpreted the config example (vault proxmox secret), I'll get a key setup and try again
That makes sense now actually after what I was seeing in the verbose output. Thanks for the quick response!
You can use password based auth, but you’ll need to pass the “-k” argument
👍
@funkypenguin | ElfHosted was running into this issue with latest Proxmox PVE 8.3.0. Bumped the terraform Proxmox ver to latest RC as per the suggestions here and it seems to be working now
https://github.com/Telmate/terraform-provider-proxmox/issues/1001
GitHub
Panic when creating VM · Issue #1001 · Telmate/terraform-provider-p...
pveversion pve-manager/8.2.2/9355359cd7afbae4 (running kernel: 6.8.4-2-pve) $ terraform providers Providers required by configuration: . ├── provider[registry.terraform.io/dopplerhq/doppler] ~>...
looks like some minor changes to the TF template file as well, ill pop up a PR when i get it working
ooh, thank you!
WIP PR up, will continue with this later on. https://github.com/geek-cookbook/premix/pull/1
GitHub
[WIP] Feat/updates to proxmox build by twitchel · Pull Request #1 ·...
Summary
Description:
✅ Checklist
Every recipe in premix has to pass CI, and be installable via the ansible playbook. To be sure that your change will pass CI, please review the following checklis...
still got some teething issues but will continue later. Thanks again for this, its a fantasitc effort collating this all together!