Skip to content

Personal repository to bootstrap and automate my MacBook provisioning using Ansible

License

Notifications You must be signed in to change notification settings

TheSeubert/macbook-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macbook-bootstrap

A project that I use personally to automate my MacBook provisioning using Ansible. There are two parts to this project:

  • bootsrap.sh: A SHELL script that gets the system ready with both Ansible and Homebrew. I prefer installing a local python environment to operate from using pyenv.

  • playbook.yml: The base playbook we use to call our Ansible roles which performs the majority of the provisioning of the system.

Usage

Run bootstrap script:

curl -s https://raw.githubusercontent.com/dude051/macbook-bootstrap/master/bootstrap.sh | /bin/bash

Run Ansible:

ansible-playbook -i ./hosts playbook.yml --verbose

About

Personal repository to bootstrap and automate my MacBook provisioning using Ansible

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published