An osxc playbook, ready to be forked !
Warning: This version of osxc is not compatible with the old one (called now legacy), you'll have to copy some old roles locally in order to make a smooth transition. On the other side, you can still use legacy and we will continue to accept your pull requests on legacy.
Welcome to osxc !
osxc is a simple configuration tool for OS X (in fact, it just makes it easier for you to use ansible on OS X).
You can reach our (temporarily not updated and old) website if you want to know more. But don't follow the instructions there to get started, just stay here for that !
Warning:: All of this is subject to change, just be sure you're able to reach this page to see the latest instructions when it'll be updated. Don't worry though, we will not change brutally the structure of your current repo (not like we did with legacy). All we are going to do is add a CLI tool.
- Be sure to have the XCode Command-Line tools installed:
xcode-select --install
- Fork this repo
- Clone your forked repo anywhere you want on your machine:
git clone git@github.com:<myname>/starter.git; mv starter osxc; cd osxc
- Setup your system with
sudo easy_install pip; sudo pip install ansible
- Start osxc with
ansible-galaxy install -r requirements.yml && ansible-playbook desktop.yml
At the end, you'll only need to repeat step 5.
Now you're ready to tweak the configuration we gave you. Have fun ! (You may want to read the Ansible documentation in this case ...)
If you want to get more documentation or just want to see what osxc can do for you, here's a repository list on ansible galaxy where you can find all the publicly available roles for osxc.