playbook_pve-deploy/README.md

1.7 KiB

pve-deploy playbook

Introduction

Playbook to deploy a new guest to a proxmox host.

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

This playbook can be run using the following command line;

ansible-playbook -l <guest-host> -i <inventory> pve-deploy.yml

ie,
ansible-playbook -l tnode1 -i inventory/devel.yml pve-deploy.yml