1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-03-29 19:14:05 +08:00
ohmyzsh-mirror/plugins/ansible
2026-02-24 17:38:31 +01:00
..
ansible.plugin.zsh changed alias atest to ates, because it collides with existing binary atest 2026-02-24 17:38:31 +01:00
README.md changed alias atest to ates, because it collides with existing binary atest 2026-02-24 17:38:31 +01:00

ansible plugin

The ansible plugin adds several aliases for useful ansible commands and aliases.

To use it, add ansible to the plugins array of your zshrc file:

plugins=(... ansible)

Aliases

Command Description
a command ansible
acon command ansible-console
aconf command ansible-config
adoc command ansible-doc
agal command ansible-galaxy
ainv command ansible-inventory
aplb, aplaybook command ansible-playbook
apull command ansible-pull
ates command ansible-test
aval command ansible-vault

Maintainer

PascalKont