Search results

  1. J

    Ansible and Proxmox without API

    Hi, Thanks for the input. I added the ssh key and service ssh restart If others are curious. This was my ansible playbook. [prox] 192.168.0.12 [prox:vars] ansible_user=root ansible_connection=ssh ansible_ssh_common_args="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"...
  2. J

    Ansible and Proxmox without API

    Hello! I'm trying to use Ansible the normal way but it seems like Proxmox won't let me unless I use the Ansible Module for Promox and use the api. So its this way or nothing at all is how I see it. https://docs.ansible.com/ansible/2.9/modules/proxmox_module.html#examples I would like to use...