Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 731 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 731 Bytes

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