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

proxmox_kvm: Set timeout on Proxmoxer connections #8025

Open
1 task done
aph3rson opened this issue Feb 25, 2024 · 2 comments
Open
1 task done

proxmox_kvm: Set timeout on Proxmoxer connections #8025

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

Comments

@aph3rson
Copy link

Summary

This is related to this PVE Forums thread. I'm having issues with a slow-to-respond PVE API, and the current timeout is set to the default of 5 seconds. I'd like to be able to increase that.

Issue Type

Feature Idea

Component Name

proxmox_kvm

Additional Information

Here's an example of what this might look like in a template:

      community.general.proxmox_kvm:
        api_host: "{{ hostvars.pve.ansible_host }}"
        api_user: "{{ hostvars.pve.ansible_user }}@pam"
        api_password: "{{ hostvars.pve.ansible_ssh_pass }}"
        api_timeout: 10  # <--- new
        node: pve-1
        vmid: "{{ item.value.vmid }}"
        state: absent

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 Feb 25, 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