/ansible-workstation

Bootstrap your workstation with Ansible

Primary LanguageAppleScript

Ansible Playbook: Workstation

Build Status

Usage

Install Ansible

For other operating systems, see: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html

OS X

curl https://bootstrap.pypa.io/get-pip.py | sudo python
sudo pip install ansible

Note

On OS X 10.13+, it is necessary to be signed in the Mac App Store before running this playbook. For more details see: mas-cli/mas#164

Run PlayBook

ansible-galaxy install -r requirements.yml
ansible-playbook -K <env>.yml -e "hostname=<hostname>"

Partially inspired by