I have a collection of macOS machines, some of which are used for services like Jenkins and others which are used for testing. These all have a consistent base configuration which I’ve been using Ansible to configure. Ansible is being used to to drive a set of utilities that have emerged to help with some of the rougher edges of configuring macOS. In places where this abstraction isn’t available, I’m calling out to defaults write to set settings directly. There’s a fewexamples and a s...