Go to file
Radar231 4161f1a4a7 split tasks off into a role 2023-12-18 19:41:54 -05:00
README.md initial checkin 2023-12-17 10:14:24 -05:00
pve-deploy.yml split tasks off into a role 2023-12-18 19:41:54 -05:00

README.md

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