mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Cleanup tower services and exit handling
* Replace apache with nginx in various service scripts * Add a failure handler that will shut down all services if any of them fail * Use INT signal for uwsgi shutdown procedure
This commit is contained in:
parent
cc5135fd26
commit
23bf9cd2be
1
setup.py
1
setup.py
@ -121,6 +121,7 @@ setup(
|
||||
("%s" % sharedir, ["tools/scripts/request_tower_configuration.sh","tools/scripts/request_tower_configuration.ps1"]),
|
||||
("%s" % docdir, ["docs/licenses/*",]),
|
||||
("%s" % bindir, ["tools/scripts/ansible-tower-service",
|
||||
"tools/scripts/failure-event-handler",
|
||||
"tools/scripts/tower-python"]),
|
||||
("%s" % sosconfig, ["tools/sosreport/tower.py"])]),
|
||||
options = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user