Ansible role to install and configure Oh-My-Zsh
Debian based system
oh_my_zsh_user: rahul
oh_my_zsh_user_home: ~{{ oh_my_zsh_user_home }}
None
- Install Oh My ZSH with default settings
- hosts: all
roles:
- role: oh_my_zsh
- 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
MIT