This setup not include nvme disk setup. It lease the nvme disk setup to the operators.
NOTE: Only tested on Ubuntu 22.04.
- clone the repo and cd into the directory
git clone https://github.com/JulI0-concerto/jaguar-node.git- Install ansible
sudo apt install ansible- Install ansible community.general module
ansible-galaxy collection install community.general- Edit and Run the following command to install the full validator profile
ansible-playbook playbooks/full-validator-mainnet-profile.yaml -i inventory -e host=local --connection=local