Studies in configuration management and provisioning. The purpose of this repository is to house scripts for administering my personal systems and to better understand the Infrastructure as Code process.
Mechwarper is made up of never-complete Ansible playbooks.
Two different playbooks exist, one for administering a single FreeBSD server hosted on DigitalOcean.
$ ansible-playbook -i hosts freebsd/site.yml
Another for bootstrapping a local macOS High Sierra machine to become a preferred development environment.
$ ansible-playbook local/local.yml