mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Add tower meta-init script
This commit is contained in:
2
setup.py
2
setup.py
@@ -13,6 +13,7 @@ from awx import __version__
|
||||
build_timestamp = os.getenv("BUILD",datetime.datetime.now().strftime('-%Y%m%d%H%M'))
|
||||
|
||||
# Paths we'll use later
|
||||
sysinit = "/etc/init.d"
|
||||
etcpath = "/etc/awx"
|
||||
homedir = "/var/lib/awx"
|
||||
sharedir = "/usr/share/awx"
|
||||
@@ -205,6 +206,7 @@ setup(
|
||||
("%s" % sharedir, ["tools/scripts/request_tower_configuration.sh",]),
|
||||
("%s" % munin_plugin_path, ["tools/scripts/tower_jobs"]),
|
||||
("%s" % munin_plugin_conf_path, ["config/awx_munin_tower_jobs"]),
|
||||
("%s" % sysinit, ["tools/scripts/ansible-tower"]),
|
||||
]
|
||||
),
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user