Wednesday, May 30, 2018

Re: OT: how do you write your tools /scripts for everyday tasks

Markus Rosjat <rosjat@ghweb.de> writes:

> So what you guys using these days, is it shellscripts, c programs,
> perl or?

I've moved almost all my sysadmin automation to ansible. Ansible
provides a large library of modules that handle most common things in an
idempotent way.

https://docs.ansible.com/ansible/latest/index.html

I still use shell scripts for some things, cron jobs and other
housekeeping-type things.

Allan

No comments:

Post a Comment