Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.31 KB

File metadata and controls

42 lines (30 loc) · 1.31 KB

Ansible Macintosh playbook

Lines Of Code Lines Of Code Lines Of Code

Used roles

how to execute the playbook

# install brew.sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

# install ansible
brew install ansible

# clone repository
git clone --recursive https://github.com/MayNiklas/ansible-mac.git

# Configure the variables to your liking
nano host_vars/localhost.yml

# Install required roles
ansible-galaxy install -r requirements.yml

# execute playbook
ansible-playbook site.yml

Preperation:

  • login into the app store