Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brianhartsock/ansible-role-zsh
- Owner: brianhartsock
- License: mit
- Created: 2018-01-22T03:28:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T11:38:29.000Z (3 months ago)
- Last Synced: 2024-09-12T22:54:41.221Z (3 months ago)
- Topics: ansible, role, zsh
- Language: Python
- Size: 68.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: trueLicense
-------MIT
Author Information
------------------Created with love by [Brian Hartsock](http://blog.brianhartsock.com).