#module

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