Hi,
I try to get LE certs for my proxmox node. I cant find a way to accept the LE tos in my script.
how do I accept the tos without manual pushing "y" in terminal?
pvenode acme account register default mail@domain.tld --directory https://acme-staging-v02.api.letsencrypt.org/directory...
Nothing obvious on this one out in network-land so hoping someone has seen this before. It stops the ansible playbook run cold.
roles/library/proxomox_kvm.py exists and is executable
This file is retained in ~/.ansible/tmp/ansible-tmp-########.##-########/AnsiballZ_proxmox_kvm.py
Using it from an Ansible playbook from the module
ansible.modules.proxmox_kvm
producing the error ending the run without a VM create...
creation of qemu VM centos-static with vmid 137 failed...
Hi,
I have a question about best practice in the Proxmox world.
We have Ansible here creating and deleting VM's.
But from there, we want to assign ip, assign gateway, assign name server, etc. to the newly created VM and then we will Ansible everything inside that too.
So somewhat like the...
Hi,
I've created an account on the server but would like to ensure I open up all the necessary ports so that I can use Ansible to configure and ssh to access the console itself.
Not speaking of the individual VM's. That's not a problem. But the server.
Can someone refer me to the right...
Hello, I maintain a project that bootstraps a Kubernetes cluster on Proxmox using Ansible. My code has always worked reliably when tested on 5.3, however I recently upgraded my server to 6.0-4 and now cloud-init is behaving strangely. It successfully sets the IP Address, Subnet, and Gateway to...
Anyone successfully used the Ansible module of proxmox_kvm to get a MAC address of a VM for a PXE install?
Here is the task code:
- name: Get Facts
proxmox_kvm:
api_user: "root@pam"
api_password: test
api_host: test
node: test
name: test
validate_certs: no...
Hey,
I am new to Proxmox VE and although I have some experience with Ansible, I am still a newbie.
I recently blew away my installation of ESXi from my Dell T5500 because I want to learn more about provisioning boxes etc via Ansible (and ESXi doesn't support templates with out vCenter etc).
I...
Hello,
Is there a possibility to define variable, that is accessible by proxmox API in each object type like VM, Template, Container, Host or Datastore?
If no, simple tab with key and value added to all objects in proxmox gui will be awesome, because this will allow to build extensions for...
Hello, big proxmox fan and ansible user here. I am trying to create new LXC containers in proxmox using ansible. I believe this is same issue as: https://github.com/ansible/ansible/issues/25113
I'd like to help fix it and maybe do a pull request for the ansible module.
I can't say with 100%...
I have an ansible playbook that clones a debian template, sets some kernel arguments via qm command, boots the VM, and then is supposed to remove the kernel arguments, so they would only be used/seen on first boot. I based my method off of this excellent guide...
Hi all (or in this case, Hi PVE devs *g*)!
Right now i'm trying to debug a new ansible module which is able to handle KVM via API (leveraging proxmoxer).
It works pretty good from the start, but i found a small glitch which i'm trying to debug (if we need to take care of in the module or in...
Is anyone on here provisioning and configuring VMs on Proxmox, in a programmatic way?
I'm hoping to get something going with vagrant, ansible, etc, and/or perhaps the Proxmox API. I have several proxmox nodes in a cluster.
Specifying a KVM template, hardware specifics (disk size, VLAN id etc)...
Hello !
I'm trying to use ansible with proxmox API but i have a big problem ! The module proxmox.py doesn't work with PVE 4.2... anyways i found the solution.
My problem is to use the API for add a interface (eth0) with dhcp. (nodes/{node}/lxc/network)
Can you help me please ? :)
Hey folks,
I'm having a really weird problem with my host machine. I have two containers, let's say container A and B. My container A is used only for utilities and it contains the full ansible configurations to configure my servers. I run ansible in A to configure B. Both servers are running...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.