Deploy an Ansible Control Node (TBD)
Ansible
09/12/2025
Deploy an Ansible Control Node¶
Use the following steps to deploy deploy an Ansible control node. Use the same steps to update an existing deployment.
Update Version¶
TBD
The SemaphoreUI releases are available in https://github.com/semaphoreui/semaphore/releases.
Commit the changes.
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/ansible/inventory.ini
Deploy the Update¶
Execute the following to deploy SemaphoreUI.
ansible-playbook -i $INV -k playbooks/plex/deploy_ansible.yml
Verify Update¶
TBD