VincentSaelzler / hyper-homelab

A foray into hyper-converged architecture.
GNU General Public License v3.0
0 stars 0 forks source link

ansible host setup #164

Closed VincentSaelzler closed 2 years ago

VincentSaelzler commented 2 years ago
VincentSaelzler commented 2 years ago

document the steps required outside of ansible

sudo apt update && sudo apt full-upgrade && sudo apt autoremove && sudo reboot
sudo apt install git ansible
git clone https://github.com/VincentSaelzler/hyper-homelab.git ~/src/hyper-homelab

ansible-playbook ~/src/hyper-homelab/ansible/ansible-host.yml --ask-become-pass --ask-vault-pass

source ~/.bashrc
VincentSaelzler commented 2 years ago
cd ~/src/hyper-homelab/ansible/ vvans
VincentSaelzler commented 2 years ago

connect to MGMT network

VincentSaelzler commented 2 years ago