OK, so i have a series of task,mostly REST calls and some number crunching, some file generation and moving. Currently all written in python and running on a windows box(I know) as a scheduled task(I really know).
I have a limmited number of do a before b and some if x is true do y else z type conditions on these tasks..
Is this something i should push to ansible, good as it is....write a systemd service to handle timing and such?
How do i take my collection of scripts to the next automated level? They are all in git, should i work to leverage CI/CD and deploy them somehow.





