#######################################################################################################
This repository and the role associated are deprecated in favor of the Manala Ansible Collection
You will find informations on its usage on the collection repository
#######################################################################################################
❗ Report issues and send Pull Requests in the main Ansible Role repository ❗
This role will deal with the setup of Zsh.
It's part of the Manala Ansible stack but can be used as a stand alone component.
None.
None.
Using ansible galaxy cli:
ansible-galaxy install manala.zsh
Using ansible galaxy requirements file:
- src: manala.zsh
Name | Default | Type | Description |
---|---|---|---|
manala_zsh_install_packages |
~ | Array | Dependency packages to install |
manala_zsh_install_packages_default |
['zsh'] | Array | Default dependency packages to install |
manala_zsh_bin |
'/bin/zsh' | String | Path to zsh binary file |
manala_zsh_bin: /bin/zsh
- hosts: servers
roles:
- { role: manala.zsh }
MIT
Manala (http://www.manala.io/)