Skip to content

jaypee-solutions/ansible-role-zsh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Zsh Build Status

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.

Requirements

None.

Dependencies

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install manala.zsh

Using ansible galaxy requirements file:

- src: manala.zsh

Role Variables

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

Example

manala_zsh_bin: /bin/zsh

Example playbook

- hosts: servers
  roles:
    - { role: manala.zsh }

Licence

MIT

Author information

Manala (http://www.manala.io/)

About

[READ-ONLY] Ansible role dealing with the setup of Zsh

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%