veggiemonk / ansible-ohmyzsh

simple ansible role to install oh-my-zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-ohmyzsh

An ansible role that install oh-my-zsh

Features

  • Installs oh-my-zsh, A community-driven framework for managing your zsh configuration.

Dependency

Install Ansible

sudo apt-add-repository -y ppa:ansible/ansible
sudo apt-get update
sudo apt-get install -y ansible

Playbook

- hosts: all
  roles:
    - ansible-ohmyzsh

Running playbook

###1 clone this repo

git clone https://github.com/veggiemonk/ansible-ohmyzsh

###2 put the playbook at the same level at the repository you just cloned

###3 run playbook

  • ansible-playbook --inventory 'localhost,' -a -u LOCAL_USERNAME playbook.yml

Make sur you can connect to localhost by ssh.

Authors

Special Thanks

  • Adam Brett for the best and only ansible tutorial you will ever need to get started: link

About

simple ansible role to install oh-my-zsh