/ansible-proxmox-pci

Ansible playbook sample for an proxmox homelab with pci-passthrough

Merhylstudio HomeLab Supported Distribution

Ansible playbook for a Proxmox HomeLab with pci-passthrough

Roles

🔣 Proxmox

TODO This role run initial configuration on proxmox host(s).

Variables:

Keys Default value
ssh_action_user billy
ssh_authorized_key_files -

Exemple:

- hosts: all
  roles:
    - proxmox

📝 Note: Set your own values.

Run

This repository needs some changes to fit your needs:

Edit inventory

myhost ansible_host=his_ipv4 ansible_port=22 ansible_user=root

[pve]
myhost

Edit hosts vars

myhost ansible_host=his_ipv4 ansible_port=22 ansible_user=root

[pve]
myhost

Run playbook

ansible-playbook --ask-pass pb-homelab.yml

Remove last SSH host key

ssh-keygen -f ~/.ssh/known_hosts -R 192.168.1.12