ansible-ohmyzsh
ansible-ohmyzsh copied to clipboard
simple ansible role to install oh-my-zsh
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
- zsh shell.
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
- veggiemonk Based on the work of:
- Luke Macken (@lmacken)
Special Thanks
- Adam Brett for the best and only ansible tutorial you will ever need to get started: link