Skip to content

This is some Ansible code I'm using to setup my local development environment.

Notifications You must be signed in to change notification settings

ecda909/mac_setup_ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Mac Setup

This is a simple Ansible playbook that installs applications to Apple M1 Macs via the Homebrew package manager. Because the homebrew package manager is so extensive, I've added just a few of the most popular packages and some that I think are cool to have, not necessarily looking to install the top-100, but just some I know will be used daily.

Configuration

You can pick the packages you wish to install by simply adding them to the vars list in the homebrew-packages playbook located in the playbooks directory. Homebrew is installed by the playbook if it's missing locally, but if it exists locally, we update homebrew. The install script installs pip and Ansible so that we're able to run the playbook.

Running the installer

To execute the installer, you simply run this script. Be sure to give the script the appropriate permissions to execute before doing so and preferably run with sudo.

./install.sh

About

This is some Ansible code I'm using to setup my local development environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages