https://github.com/viasite-ansible/zsh-ansible-server
Completions for viasite-ansible/ansible-server
https://github.com/viasite-ansible/zsh-ansible-server
Last synced: 3 months ago
JSON representation
Completions for viasite-ansible/ansible-server
- Host: GitHub
- URL: https://github.com/viasite-ansible/zsh-ansible-server
- Owner: viasite-ansible
- Created: 2017-04-13T17:38:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T10:57:48.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:38:09.657Z (8 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - ansible-server - Completions for [viasite-ansible/ansible-server](https://github.com/viasite-ansible/ansible-server). (Completions / ZSH on Windows)
- fucking-awesome-zsh-plugins - ansible-server - Completions for <b><code> 14⭐</code></b> <b><code> 0🍴</code></b> [viasite-ansible/ansible-server](https://github.com/viasite-ansible/ansible-server)). (Completions / ZSH on Windows)
- awesome-zsh-plugins - ansible-server - Completions for viasite-ansible/ansible-server. (Completions / Zinit (née zplugin))
README
## Features
- completion for `ansible-deploy` or `adeploy` (playbooks, `--limit`)
- completion for `ansible-role` or `arole` (playbooks, `--limit`)
- completion for `ansible-site` or `asite` (host/site) - expands `se/gr/si` to `server/group/site`
- completion for `sites-foreach` or `aforeach` (group/site) - expands `se/gr` to `server/group`
- completion for groups and hosts from inventory `hosts_all`
## Install
#### Antigen
```
antigen bundle viasite-ansible/zsh-ansible-server
```
#### oh-my-zsh
```
git clone https://github.com/viasite-ansible/zsh-ansible-server.git ~/.oh-my-zsh/custom/plugins/ansible-server
```
And add `ansible-server` to `plugins` in `.zshrc`.
## Configure
By default you should execute scripts from `ansible-server` root:
```
scripts/ansible-deploy zsh
```
If you want to execute scripts from anywhere, you must define `ANSIBLE_SERVER_PATH` variable:
```
export ANSIBLE_SERVER_PATH="/path/to/ansible-server"
```