latenighttales / alcali

Featureful Saltstack GUI
https://alcali.dev
MIT License
356 stars 61 forks source link

runner scheduling #313

Open sticky-note opened 3 years ago

sticky-note commented 3 years ago

Give possibility to schedule jobs of client type Runner like Local: image

Actually, we can't do this :

image

marcosvbuzo commented 3 years ago

That would be a nice feature, I am wondering how it would be deployed though. Accordingly to salt's documentation, any schedule on the master should live in the configuration. Maybe using wheel module to add config to salt master? Maybe managing a "schedule.conf" file that lives on /etc/salt/master.d on the master minion?