Role that install and configure oh-my-zsh
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
The following variables will change the behavior of this role (default values are shown below):
# Default theme
oh_my_zsh_theme: robbyrussell
# Default plugins
oh_my_zsh_plugins:
- git
# User configuration
user:
username: example1
oh_my_zsh:
theme: robbyrussell
plugins:
- git
N/A
- hosts: "servers"
roles:
- role: "zsh"
user:
username: "example1"
MIT
Thomas TRAN