Software to setup my homelab.
Some tools are required to bootstrap use of this Ansible playbook.
pip install ansible-core
pip install ansible
It's worth looking at the following repository which sets up the machine used to run the tools in this setup. https://github.com/Darrenmeehan/mac-dev-playbook
- Setup Proxmox. (Only tested with 7.2)
cd images
. Followimages/README.md
to create base image.terraform apply
- Note this will create virtual machines in Proxmox specific to my needs.ansible-playbook main.yml --limit k0s --ask-become-pass
ansible-playbook main.yml --limit k0s --ask-become-pas
Projects that I plan to reference again in future for snippets of gold!
https://github.com/spantaleev/matrix-docker-ansible-deploy
- Create the VM in Proxmox UI
- Install OS to VM using Console
- Use
ssh-copy-id
to upload SSH key(s) - Add IP Address to
inventory.ini
file