Skip to content

remotephone/ansible-proxmox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-proxmox

This playbook and group of roles are used to configure my proxmox cluster. Some of the setup isn't ideal, but it's a home lab, not on the internet, don't run this in production and so on.

I used this set of commands to test the playbook out on a single proxmox VM. It works, but you'll need to setup your hosts file correctly to run it on a cluster.

apt update
apt install git ansible -y
git clone https://github.com/remotephone/ansible-proxmox.git
echo "[proxmox]" >> /etc/ansible/hosts
echo "localhost ansible_host=127.0.0.1 ansible_user=root" >> /etc/ansible/hosts
ansible-playbook main.yml

Todo:

  • Configuring network interfaces files
  • Create the cluster
  • Reboot somewhere in there
  • ansible-vault some things

About

A playbook and set of roles to setup my proxmox cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published