This role installs zsh, zprezto and sets up a custom propmt
None
This role requires the following variables to be defined elsewhere in the playbook that uses it:
zprezto_dir: /usr/local/share/zprezto # zprezto install dir
admin_user: admin # Default admin user
None
Register the role in requirements.yml:
- src: capitanh.zsh_ansible_role
name: zsh
Include it in your playbooks:
- hosts: servers
roles:
- zsh
BSD