#ansible

  1. S

    How to configure network settings using Ansible (community.general.proxmox_kvm module)?

    I have managed to connect with API-user and clone virtual machine. With: tasks: - name: Clone VM from template community.general.proxmox_kvm: api_user: "{{ api_user }}" api_password: "{{ proxmox_password }}" api_host: "{{ api_host }}" clone: AlmaT01...
  2. R

    [SOLVED] ansible-playbook create vm on proxmox

    So its 2024... and im trying to create a vm thru ansibleplaybooks. I'm looking for some what simple and "dumb" code that creates an VM from a template.... And btw how does ansible playbooks work with vmids? do i have to edit the playbook everytime i run it with a new vmid? this code is the...