Skip to content

Latest commit

 

History

193 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

General Ansible-playbook for provisioning a new Macintosh

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors