Skip to content

General Ansible-playbook for provisioning a new Macintosh

Notifications You must be signed in to change notification settings

MayNiklas/ansible-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published