mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Support for executing job and adhoc commands on isolated Tower nodes (#6524)
This commit is contained in:
7
tools/docker-isolated/playbook@.service
Normal file
7
tools/docker-isolated/playbook@.service
Normal file
@@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=Run of Ansible Tower job %I
|
||||
|
||||
[Service]
|
||||
ExecStart=/venv/tower_isolated/bin/python /tower_isolated/run.py %I
|
||||
Restart=no
|
||||
Environment=TOWER_LIB_DIRECTORY=/tower_lib
|
||||
Reference in New Issue
Block a user