ansible

  1. I

    Roadmap for integration with Ansible

    As far as I can see, Proxmox VE is currently only partially configurable through community provided Ansible modules. (See below) Inventory Plugins: proxmox Modules: proxmox proxmox_domain_info proxmox_group_info proxmox_kvm proxmox_nic proxmox_snap proxmox_storage_info proxmox_tasks_info...
  2. D

    Unable to create LXC via API PVE 7.1-8

    More details in this Github issue: https://github.com/ansible-collections/community.general/issues/3956 I am unable to create an LXC container in v7 via the API if I use the rootfs option to specify the disk size. If I omit the rootfs option, the container is created successfully. I have tried...
  3. M

    Issue with community.general.proxmox (Ansible)

    Is anyone else having issues with the community module for Ansible? Seems broken. I've logged a bug here would love to hear from the community if anyone else is experiencing this and has a fix.
  4. gareththered

    [SOLVED] Resize Disk with Ansible

    I'm not sure if this is an Ansible, or a Proxmox question, but I've got to start somewhere... I can create and/or clone a QEMU VM in Proxmox using Ansible's community.general.proxmox_kvm module. However, that module's documentation specifically states that it cannot resize a disk. I therefore...
  5. G

    reboot multiple lxc on multiple nodes via ansible at the same time

    Hi there, I am using ansible to control and configure proxmox cluster. When restarting multiple lxc on multiple nodes its doing one by one not at the same time. Is it possible for ansible to reboot multiple lxc at the same time? Not sure its right forum to ask ansible question but thanks in...
  6. D

    regenerate cloud init image using ansible

    Hi, I want to deploy from a Proxmox Host a VM that is convertet to a template to clone other VMs out of these. the Templating role works fine but if i clone the template with ansible, starting the VM and want to sign in the preset login combi don´t work, but if i click on the "Regenerate Image"...
  7. R

    Ansible 'Operation not permitted' copying ssl keys directly

    I've got as far as working out that /etc/pve is a fuse mount and that I should use the gui to replace the certs (although it would be nice to automate this) So, more for my leaning, is there a better way to copy these into place through ansible that I'm missing please? Or what am I missing here...
  8. S

    ansible LXC creation

    Heyo, playing with ansibles community.general.proxmox modul. Trying to create simples LXC: --- - hosts: localhost tasks: - name: Create new LXC community.general.proxmox: node: "my node" api_user: "my user" api_token_id: "my id" api_token_secret: "my token"...
  9. S

    Ansible community.general.proxmox: can't create containers

    Has anyone successfully used this module? I have tried to follow the directions here and appear to be stuck on something stupid: https://docs.ansible.com/ansible/latest/collections/community/general/proxmox_module.html I have installed the module via ansible-galaxy. As far as I can tell the...
  10. florian-n

    [SOLVED] Cloud-init isn't applied after linked clone of template via API

    Hi, currently we're trying to create template based clones using Ansible's community.general.proxmox_kvm. To make the clones configurable we stick with cloud-init. We are building the template using a hand rolled Packer configuration which deploys fine (locally as well as in our production...
  11. U

    [SOLVED] Trying to automate the creation of virtual machines using ansible; "authorization on proxmox cluster failed with exception"

    This is my ansible playbook: --- - hosts: gluster-test become: true tasks: - name: Create new VM with minimal options community.general.proxmox_kvm: proxmox_default_behavior: 'no_defaults' api_user: 'root@pam' api_password: 'blahblahblah' api_host...
  12. M

    Pass cloud-init without access to proxmox machine

    Hi, I encounter some issue when I tried to find a way, to pass cloud-init to machine with ansible and connect to API. Actually I using this ansible module: https://docs.ansible.com/ansible/2.3/proxmox_kvm_module.html There are my tasks: --- - name: "Clone CentOS" proxmox_kvm...
  13. N

    Ansible Fatal Error: "authorization on proxmox cluster failed with exception: URL has an invalid label."

    Hello Proxmox Community, i am currently trying to configure Ansible on one of my proxmox hosts to make kvm-deployment a little easier. I installed Ansible via apt and "proxmoxer" and "requests" via pip. When i try to execute my playbook i get the following error: fatal: [proxmox3]: FAILED...
  14. A

    Specify default gateway when using two netif in Ubuntu 20.04 LXC container

    Hi everyone I'm trying to create a container with Ansible using proxmox API My LXC container network configuration looks like this when the container is created int /etc/pve/lxc/$vmid.conf : net0: name=eth0,bridge=vmbr0,gw=192.168.1.1,hwaddr=FA:6E:B3:F4:D6:61,ip=192.168.1.121/25,type=veth net1...
  15. L

    [SOLVED] pvenode how to accept tos

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

    "authorization on proxmox cluster failed with exception: 'module' object has no attriute 'packages'

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

    AnsiballZ_proxmox_kvm.py and API's

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

    question about best practice for vm's config of ip/gw/nameservers

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

    Configuring Proxmox server with Ansible

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

    Has cloud-init been changed between 5.3 and 6.0?

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

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!