Skip to content

ansible-macos/macos-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSX Playbook [WIP]

An Ansible Playbook for web developers using OS X

Getting Started

Use the next commands to install ansible and run the playbooks

Install pip in OSX

sudo easy_install pip

Install ansible

sudo pip install ansible

Install ansible requirements

ansible-galaxy install -r requirements.yml
chmod -x ./inventory

Run the playbook

ansible-playbook init.yml --ask-become-pass

Common problems

If while running the install.yml playbook some of the casks are missing try to run:

brew update && brew upgrade brew-cask

About

Ansible playbook for OS X. Installs the common apps and libraries for web developers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published