Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianhartsock/ansible-role-zsh

Simple role to install ZSH and ZSH completions.
https://github.com/brianhartsock/ansible-role-zsh

ansible role zsh

Last synced: 22 days ago
JSON representation

Simple role to install ZSH and ZSH completions.

Awesome Lists containing this project

README

        

ZSH
=========

Simple role to install ZSH and ZSH completions.

Requirements
------------

Role has been tested on Ubuntu 16.04, 18.04, 20.04 and Mac OSX High Sierra. Although any operating system with a ZSH package should work.

On Ubuntu, the role should be run as root with `become: true`. This is not required for OSX.

Role Variables
--------------

None

Dependencies
------------

None

Example Playbook
----------------

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
roles:
- brianhartsock.zsh
become: true

License
-------

MIT

Author Information
------------------

Created with love by [Brian Hartsock](http://blog.brianhartsock.com).