Submitted by Dale on October 19, 2020 - 9:13pm
After using Ansible as a personal DevOps tool for a couple of months, here are some impressions.
Context
- Outside of work (web development) I look after six Drupal 7 and WordPress sites on shared hosting
- My local development is done on a MacBook using apache (with some dabbling in Lando/Docker). I've done some wildcarding with dnsmasq and vhosts to streamline local dev site configuration. CMS code is in git repos.
- My Ansible work is a personal project and I'm the only stakeholder
- I learned Ansible doing this work