Skip to content

ccorneli/mac-ansible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mac-ansible

Project to rebuild Mac using ansible scripts. Inspired by this blog post. and forked from his project.

I use it to quickly rebuild a vmware install of a dev machine. I didn't have any background in ansbile so I needed a little more explanation on how it all worked...

After everything is setup: to execute ansible-playbook playbook.yml

which calls the local_mac role, (modeled after adam_mac setup)

Getting Started

(Original from before fork, still needs to be updated)

  1. Install homebrew with the command from the site
  2. brew install pyenv
  3. pyenv install <latest_python_version> (Check playbook up to date)
  4. Make sure pyenv's python on path (it will be after my shell settings are in place from playbook)
  5. python -m venv venv
  6. source venv/bin/activate
  7. pip install ansible (always the best way to install Ansible)
  8. Then ./playbook.yml

Fork! Copy! Adapt!

This is distributed under the Unlicense so you can do whatever you want with it, see LICENSE.

About

🐄 Configuring my mac with Ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.5%
  • Python 8.5%