This website requires JavaScript.
Explore
Help
Sign In
External-Mirrors
/
awx
Watch
2
Star
0
Fork
0
You've already forked awx
mirror of
https://github.com/ansible/awx.git
synced
2026-04-17 16:00:18 -02:30
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
850df5c64666d7fe90746b59e21b712046dc8942
awx
/
awx
/
lib
/
tower_display_callback
History
Ryan Petrello
422950f45d
Support for executing job and adhoc commands on isolated Tower nodes (
#6524
)
2017-06-14 11:47:30 -04:00
..
__init__.py
Flake8 fixes.
2016-10-28 21:58:24 -04:00
cleanup.py
Silently ignore psutil errors when the process is already gone
2017-01-30 13:39:05 -05:00
display.py
Split job event data between callback queue and stdout. Send most of event data directly over queue and capture only stdout/counter/start_line/end_line in celery task; recombine into single event in callback receiver.
2016-12-12 16:34:36 -05:00
events.py
Support for executing job and adhoc commands on isolated Tower nodes (
#6524
)
2017-06-14 11:47:30 -04:00
minimal.py
Add support for capturing stdout associated with job events and ad hoc command events.
2016-10-28 21:58:24 -04:00
module.py
work around a change in ansible 2.3 to
Task.get_name()
2017-05-01 10:38:05 -04:00