Skip to content

rahul0705/ansible-oh-my-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Ansible Oh-My-Zsh

Ansible role to install and configure Oh-My-Zsh

Requirements

Debian based system

Role Variables

oh_my_zsh_user: rahul
oh_my_zsh_user_home: ~{{ oh_my_zsh_user_home }}

Dependencies

None

Example Playbook

  1. Install Oh My ZSH with default settings
- hosts: all
  roles:
    - role: oh_my_zsh
  1. Install Oh My ZSH with custom settings
- hosts: all
  roles:
    - role: oh_my_zsh
      oh_my_zsh_user: rahul
      oh_my_zsh_home: /opt/rahul

License

MIT

About

oh-my-zsh role for ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published