ttskch / ansible-mac

My macOS provisioner with ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS provisioner

Usage

Prepare

$ brew update
$ brew install python ansible

Execute

# e.g. execute all with sudo
$ ansible-playbook localhost.yml -i hosts -K

# e.g. only install brew packages
$ ansible-playbook localhost.yml -i hosts --tags=brew

# e.g. execute all except installing brew and brew-cask packages
$ ansible-playbook localhost.yml -i hosts --skip-tags=brew,cask

About

My macOS provisioner with ansible.


Languages

Language:Vim Snippet 100.0%