Skip to content

jlchn/playbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install ansible

ubuntu

 sudo apt-get update
 sudo apt-get install software-properties-common
 sudo apt-add-repository ppa:ansible/ansible
 sudo apt-get update
 sudo apt-get install ansible

mac os

sudo easy_install pip

sudo pip install ansible

zsh and Oh my zsh

sudo chsh -s $(which zsh) # make it default shell
echo $SHELL # log out and login back again to test and use default shell
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

install NVM

https://github.com/creationix/nvm#install-script

install java

ansible-playbook java8.yml -i inventory --extra-vars "host=dropbox"

Start Kafka cluster

docker-compose -f kafka.yml up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages