DEV Community

Discussion on: Automating New OSX Setup #1 - What?

 
codenutt profile image
Jared

Out of curiosity, why? I've used ansible a little bit, but not much.

Thread Thread
 
bak3y profile image
Bak3y

Comfort level, flexibility, and centralized config-as-code in my case. The goal being to run 1 Ansible playbook (after a few prerequisites are installed, likely via shell script) to fully configure my machine. Also consider it a partial personal challenge. I think it can be done, and I'd like to try.

Thread Thread
 
codenutt profile image
Jared

Sounds cool. Good luck!