Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 746 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 746 Bytes

Provision a Development Machine using Ansible Build Status

Ansible playbooks for provisioning macOS and Linux development machines.

The name ansiblerc is an allusion to scripts such as .bashrc in Linux.

macOS

First of all, install Ansible any way you like. Examples:

  • brew install ansible
  • pip install ansible

You may also need to install Xcode Command Line Tools:

xcode-select --install

Finally, run the macOS playbook:

ansible-playbook -i localhost macos.yml

Ubuntu

Coming soon ...