Hacker News new | ask | show | jobs
by mariocesar 3053 days ago
I use ansible to do remote execution, and upload more complex scripts to do tasks. Doing everything with Ansible is hard and most often you spend more time learning the quirks of Ansible and not solving problems.

Ansible for remote execution and your write your own scripts, tha has been a good combination for me.

Very resently I remake all my bash and makefile scripts to use just python scripts with https://github.com/mariocesar/boot.py, taking advantage that all my instances have Python 3.6 by default.

Have python3 for scripting makes doing sysadmin work joyful.