1. Tower Services Script
Ansible Tower now ships with an admin utility script, ansible-tower-service
, that can start, stop, and restart the full tower infrastructure (including the database and message queue components). The services script resides in /usr/bin/ansible-tower-service
and can be invoked as follows:
root@localhost:~$ ansible-tower-service restart
You can also invoke it via distribution-specific service management commands. Distribution packages often provide a similar script, sometimes as an init script, to manage services. Refer to your distribution-specific service management system for more information.
Note
Ansible Tower 2.2.0 has moved away from using an init script in favor of using an admin utility script. Previous versions of Ansible Tower shipped with a standard ansible-tower
init script that could be used to start, stop, and query the full Tower infrastructure. It was evoked via the service command: /etc/init.d/ansible-tower script
. The new admin utility script, ansible-tower-service
, should be used instead.