by ohgh1ieD on 8/2/16, 8:27 PM with 5 comments
I know Perl, Ruby, Shell etc.. but I'd like to learn something new, something functional would be great. Is there something out there ? Maybe a Lisp dialect ? ( bonus points for many good examples on the internet ).
What do you use to manage your servers ?
by acemarke on 8/2/16, 9:02 PM
by earless1 on 8/2/16, 8:28 PM
by user5994461 on 8/2/16, 8:28 PM
Basically, imagine a list of simple tasks, executing one by one in order.
Instead of having bash commands which have crazy long arguments list and screw the whole script on failure, you get to use ansible commands (aka. modules) which are a lot easier to use and handle failures nicely (by stopping the run).
And you'll never have to worry again about what happens when a command is ran twice. It simply doesn't do anything if there is nothing to change.