kentonbmax / proxmox-blueprints

Proxmox examples using Terraform and Ansible
Apache License 2.0
1 stars 1 forks source link

Convert shell to Ansible Playbook #16

Open kentonbmax opened 3 months ago

kentonbmax commented 3 months ago

Better management and passing in variables for management. Ability to test better.

Flow

  1. Run setup.sh
  2. Install deps
  3. Setup Ansible rsa key.
  4. From ansible host machine -- run ansible playbook.
  5. Power tune and configuration.
  6. Build cloud init image
  7. Create template.
kentonbmax commented 3 months ago

@jrock-83 - Want to take on some of this?