Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 512 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 512 Bytes

Mac Development Ansible Playbook

Installation

  1. Ensure Apple's command line tools are installed (xcode-select --install to launch the installer).
  2. Install Ansible.
  3. Clone this repository to your local drive.
  4. Run $ ansible-galaxy install -r requirements.yml inside this directory to install required Ansible roles.
  5. Run ansible-playbook main.yml -i inventory -K inside this directory. Enter your account password when prompted.