Misc Adjustments

This commit is contained in:
2025-09-30 21:31:07 -06:00
parent 34e7d1b018
commit 93ed77f1a7
7 changed files with 314 additions and 250 deletions

View File

@@ -216,7 +216,7 @@ class JobScheduler:
"activity_job_id": act_id,
"scheduled_job_id": int(scheduled_job_id),
"scheduled_run_id": int(scheduled_run_id),
"connection": "local",
"connection": "winrm",
}
try:
self.socketio.emit("ansible_playbook_run", payload)

View File

@@ -10,6 +10,7 @@ requests
flask_socketio
flask-cors
eventlet
cryptography
# GUI-related dependencies (Qt for GUI components)
Qt.py
@@ -26,4 +27,4 @@ Pillow # Image processing (Windows)
# WebRTC Video Libraries
###aiortc # Python library for WebRTC in async environments
###av # Required by aiortc for video/audio codecs
###av # Required by aiortc for video/audio codecs