Skip to content

camerow/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac Setup

This is inispired by the many demos of using ansible to setup up a fresh machine.

Installation

Ensure Apple's command line tools are installed (xcode-select --install to launch the installer).

run.sh to install deps and run everything Note: run.sh will run all the ansible plays.

OR

Ensure Homebrew and Ansible Installed:

Run specific plays, see Run specific plays

Run specific plays

Install everything

  • ansible-playbook -i inventory playbook.yml -vv --ask-vault-password --ask-become-pass

Install specific things with tags

  • ansible-playbook -i inventory playbook.yml --tags "node, ssh"

Available tags

  • ssh
  • node
  • zsh
  • dotfiles

About

machine bootstrapping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages