Skip to content

gtongy/osx-provisioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osx-provisioning

Description

This is OSX provisioning to use Ansible. provisioning roles are

  • anyenv
  • dotfiles
  • gem
  • go
  • homebrew
  • node
  • php
  • vscode

Usage

After clone this repository, the following command will be executed.

  • If you want to execute all roles
$ cd /path/to/work/osx-provisioning
$ HOMEBREW_CASK_OPTS="--appdir=~/Applications" ansible-playbook -i hosts exec.yml
  • If you want to execute part of roles
$ cd /path/to/work/osx-provisioning
$ HOMEBREW_CASK_OPTS="--appdir=~/Applications" ansible-playbook -i hosts exec.yml --tags="input role name"

Install

git clone git@github.com:gtongy/osx-provisioning.git

Licence

MIT

Author

gtongy

About

OSX provisioning tool to use Ansible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published