Go to file
Radar231 71a0cb620e added machine-id regen 2023-12-23 11:46:34 -05:00
defaults initial checkin 2023-12-18 18:59:17 -05:00
handlers initial checkin 2023-12-18 18:59:17 -05:00
meta initial checkin 2023-12-18 18:59:17 -05:00
tasks added machine-id regen 2023-12-23 11:46:34 -05:00
tests initial checkin 2023-12-18 18:59:17 -05:00
vars updated ssh pub key copy 2023-12-18 19:31:43 -05:00
README.md updated README.md 2023-12-18 19:46:25 -05:00

README.md

Ansible Role: pve-deploy

Introduction

Role to deploy a new guest to a proxmox host.

This role will first use a proxmox ansible module to deploy either
a container (community.general.proxmox) or a VM (community.general.proxmox_kvm).

It will then use the setup-host.yml playbook to run through a number of
roles to do package and user configuration, before finishing up with custom
configurations for the specific target host, based on the contents of the
host_config variable in the inventory file.