ElaoInfra.zsh
Ansible Role: ZSH
This role will assume the following configuration:
- Install zsh package
It's part of the ELAO Ansible stack but can be used as a stand alone component.
Requirements
- Ansible 1.7.2+
Installation
Ansible 2+
Using ansible galaxy cli:
ansible-galaxy install elao.zsh,2.0
Using ansible galaxy requirements file:
- src: elao.zsh
version: 2.0
Ansible 1 (no longer maintained)
Using ansible galaxy cli:
ansible-galaxy install elao.zsh,1.0
Using ansible galaxy requirements file:
- src: elao.zsh
version: 1.0
Role Variables
| Name | Default | Type | Description |
|---|---|---|---|
elao_zsh_bin |
/bin/zsh | String | Path to zsh binary file |
Example
elao_zsh_bin: /bin/zsh
Example playbook
- hosts: servers
roles:
- { role: elao.zsh }
Licence
MIT
Author information
Install
ansible-galaxy install ElaoInfra.zshLicense
Unknown
Downloads
611
Owner
All of those roles aren't maintained anymore and we strongly encourage you to switch to our new (maintained and tested) Ansible stack: https://github.com/manala
