Automate Linux machine set up using Ansible playbooks
sudo apt install ansible-core
ansible-playbook ./playbooks/backup/<component>.yaml
IMPORTANT Commit and push changes to Github after each backup to ensure they are available for other Linux machines
ansible-playbook ./playbooks/restore/<component>.yaml
ansible-playbook ./playbooks/install/<component>.yaml