role_pve-deploy/README.md

1.5 KiB

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.