Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T18:02:39.000Z (7 months ago)
- Last Synced: 2024-10-10T19:41:35.903Z (2 months 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.
![use](https://github.com/ananyaaaaww/SaltStack_Job_Scheduler_with_Web_mysystemonly/assets/134645478/ae9580e7-f7a9-4989-a878-fe2543549b31)# 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
![image](https://github.com/ananyaaaaww/SaltStack_Job_Scheduler_with_Web_mysystemonly/assets/134645478/d672e5b4-7e5b-4737-95a1-e5b5fed5a24d)# Snapshots of the Web Page
![image (1)](https://github.com/ananyaaaaww/SaltStack_Job_Scheduler_with_Web_mysystemonly/assets/134645478/e9c29f16-35c8-4558-b30b-f7a5fe713d65)
![image](https://github.com/ananyaaaaww/SaltStack_Job_Scheduler_with_Web_mysystemonly/assets/134645478/8128d28f-4a57-405e-8002-9de781d32f85)# 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.