Skip to content

Currently testing Ansible to setup my mac environments quickly and effecently. If anything, I hope to gain a better understanding on Ansible on all platforms.

Notifications You must be signed in to change notification settings

pszaro/mac-setup-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Currently testing Ansible to setup my mac environments quickly and effecently. If anything, I hope to gain a better understanding on Ansible on all platforms.

GIT Repo Location

https://github.com/pszaro/mac-setup-playbook.git

Things to do

This repository is forks of Jeff Geerlings and ricbra excellent repositories:

It is a very stripped version suited to my needs while I test ansible.

For installation:

$ git clone http://github.com/pszaro/mac-setup-playbook.git
$ cd mac-dev-playbook
$ ansible-galaxy install -r requirements.yml

For Ansible < 2.0
$ ansible-playbook -i inventory --ask-sudo-password main.yml
For Ansible >= 2.0 use
$ ansible-playbook -i inventory --ask-become-pass main.yml

About

Currently testing Ansible to setup my mac environments quickly and effecently. If anything, I hope to gain a better understanding on Ansible on all platforms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published