Project

General

Profile

Deploy Lazy Librarian

Ansible
09/11/2025

Deploy Lazy Librarian

Use the following steps to deploy Deploy Lazy Librarian. Use the same process is used to update Deploy Lazy Librarian.

Set Version to Deploy

Edit inventory/services/group_vars/lazylibrarian/main.yml and set the variable, lazylibrarian_setup_version to the version to deploy. Find the latest stable version of Lazy Librarian from Lazy Librarian's GitHub Versions page. Look for the 'latest' build tag.

Login to an Ansible Control Node

Login to an Ansible control node and set the following to prep the playbook execution.

cd /ansible/dev/ansible
source /opt/python_3.12/bin/activate
INV=inventory/services/inventory.ini

Deploy

Execute the following to deploy Lazy Librarian.

ansible-playbook -i $INV -k playbooks/services/deploy_lazylibrarian.yml

Verify Installed Version

Open https://lazy.refol.us. Navigate to Help > Version. The first eight characters of the version shown should match the target version.

Files