https://github.com/ananyaaaaww/saltstack_job_scheduler_with_web
A web portal that allows users to schedule scripts or commands to run on selected target nodes using SaltStack. The tool will provide a user-friendly interface for scheduling jobs and managing the schedule through a web-based UI.
https://github.com/ananyaaaaww/saltstack_job_scheduler_with_web
css django html javascript python3 salt salt-api salt-master salt-minion saltstack
Last synced: 3 months ago
JSON representation
A web portal that allows users to schedule scripts or commands to run on selected target nodes using SaltStack. The tool will provide a user-friendly interface for scheduling jobs and managing the schedule through a web-based UI.
- Host: GitHub
- URL: https://github.com/ananyaaaaww/saltstack_job_scheduler_with_web
- Owner: ananyaaaaww
- Created: 2024-05-03T13:25:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T18:02:39.000Z (about 2 years ago)
- Last Synced: 2025-01-22T20:51:39.487Z (over 1 year ago)
- Topics: css, django, html, javascript, python3, salt, salt-api, salt-master, salt-minion, saltstack
- Language: Python
- Homepage:
- Size: 56.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A SALTY SCHEDULER
A web portal that allows users to schedule scripts or commands to run on selected target nodes using SaltStack. The tool will provide a user-friendly interface for scheduling jobs and managing the schedule through a web-based UI.

# OBJECTIVES :
One : Scheduling through Web UI -
Web-based SaltStack scheduler to automate scripts and commands on multiple servers at specific time or intervals.
Two : Simplified Script Execution -
Schedule script or command execution on target nodes using a user-friendly UI by just getting inputs from user.
Three : Enhanced Job Management -
Easily view, edit, delete, list and run scheduled jobs through a web-based interface, reducing errors for all the users.
# DOCUMENTATIONS REFERRED :
1) https://docs.saltproject.io/salt/user-guide/en/latest/topics/scheduler.html
2) https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.cp.html#salt.modules.cp.push
3) https://docs.saltproject.io/en/latest/ref/wheel/all/salt.wheel.file_roots.html#salt.wheel.file_roots.write
4) https://docs.saltproject.io/en/latest/ref/netapi/all/salt.netapi.rest_cherrypy.html
5) https://docs.saltproject.io/en/latest/topics/eauth/index.html
6) https://docs.saltproject.io/en/latest/ref/clients/index.html#python-api
7) https://docs.saltproject.io/en/latest/topics/api.html
8) https://docs.saltproject.io/en/latest/ref/cli/salt-api.html
9) https://docs.saltproject.io/en/latest/ref/configuration/master.html
# Workflow of the Website

# Snapshots of the Web Page



# Conclusion & Future Scope
One : This project delivers a centralised web-based SaltStack scheduler, simplifying script and command execution on servers.
Two : In future, it can be scaled to integrate job monitoring and visualisation for real-time insights into scheduled tasks.
Three : Even further, it can implement user access control and role-based permissions for secure job scheduling management.