Automate Linux machine set up using Ansible playbooks
Requires Poetry
# install requirements
poetry install
poetry run 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
poetry run ansible-playbook ./playbooks/restore/<component>.yaml
poetry run ansible-playbook ./playbooks/install/<component>.yaml