Request Certificates for Services Inventory
Ansible
09/08/2025
Request Certificates for Services Inventory¶
Use the following steps to request web certificates for services inventory. The following host certificates will be requested:
- lidarr.refol.us
- radarr.refol.us
- sabnzbd.refol.us
- sonarr.refol.us
- lazy.refol.us
- books.refol.us
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
Request Certificates¶
Execute the following to request certificates.
ansible-playbook -i $INV -k playbooks/certs/generate_certs.yml
New certificates should be available in subfolders of /data/letsencrypt/archive/ for each of the aforementioned host folder of rproxy-0.
Stage Certificates¶
Execute the following to stage certificates.
ansible-playbook -i $INV -k playbooks/certs/stage_certs.yml
The new certificates should be available in subfolders of /data/certs/ for each of the aforementioned host of rproxy-0.