ansible

  1. L

    qm set command, can't delete "args" , stuck pending

    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...
  2. M

    API: force flag

    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...
  3. L

    Creating VMs automatically - ansible, vagrant, API .. ?

    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)...
  4. C

    dhcp lxc

    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 ? :)
  5. H

    Host server crashing when running Ansible on a Container

    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...