Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sug: Multiple ssh keys for community.general.proxmox_kvm doc update #8731

Open
1 task done
AlexMKX opened this issue Aug 8, 2024 · 2 comments
Open
1 task done

Sug: Multiple ssh keys for community.general.proxmox_kvm doc update #8731

AlexMKX opened this issue Aug 8, 2024 · 2 comments
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type)

Comments

@AlexMKX
Copy link

AlexMKX commented Aug 8, 2024

Summary

Not a feature but suggestion.
Please add to examples on multiple ssh keys:

- set_fact:
      ssh_keys:
         - ecdsa-sha2-nistp256 AAAAE##### user@somewhere
         - ssh-ed25519 AAAA##### user2@blackbox
- name: Start VM
  community.general.proxmox_kvm:
    name: "cloned-vm"
    node: node1
    net:
     # spaces matters, "virtio, bridge=intnet" will not work, but "virtio,bridge=intnet" will
      net0: "virtio,bridge=intnet"
      net1: "virtio,bridge=vxlnet"
     # passing multiple ssh keys 
    sshkeys: "{{ssh_keys|join('\n')}}"

Issue Type

Feature Idea

Component Name

community.general.proxmox_kvm

Additional Information

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module plugins plugin (any type) labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module module plugins plugin (any type)
Projects
None yet
Development

No branches or pull requests

2 participants