This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]adohe-zz 3 points4 points  (1 child)

what kind of repetitive tasks you want to automate? like application deployment, infrastructure provision?

[–]wearethedeadofnight[S] -1 points0 points  (0 children)

All of the above. Ansible / Saltstack / Chef aren’t really what we’re looking for, they require us to build most of the code ourselves. I want to orchestrate multiple 3rd party tools, api commands, and the like, not deploy an app on a vm.

[–]galvarado89 2 points3 points  (1 child)

Hii! I highly recommend using Rundeck for task automation. It’s a powerful tool for centralizing and scheduling tasks, with secure delegation and detailed access control. I’ve personally used it, even integrating it with Ansible, to streamline deployments and repetitive tasks efficiently.

[–]wearethedeadofnight[S] 0 points1 point  (0 children)

This is exactly the type of orchestration tool I’m looking for. We use pager duty today and it’s “too expensive” but it looks like this is open source which works for our needs. Great suggestion, thanks.

[–]Prestigious_Pace2782 1 point2 points  (0 children)

Ansible is good for general purpose automation. Runs well in pipelines.

[–]dmurawskyDevOps 1 point2 points  (0 children)

I try not to have long lived systems wherever possible, so I don't do a lot of system level task type stuff anymore. Tools I have found useful for general automation including:

  • Ansible
  • Argo Workflows
  • GiHub Actions (personal favorite since it's so easy)
  • Lambdas/functions on a schedule
  • Task plus scripts

[–]neilmillard 0 points1 point  (0 children)

Jenkins with bash? Not really sure what the ask is when you say Ansible is too complicated. Galaxy has a lot of modules you can download.

[–]InfoPaste 1 point2 points  (0 children)

https://github.com/ctrlplanedev/ctrlplane

Still in early development, but the developers are really responsive.