Back to Ohmyzsh

ansible plugin

plugins/ansible/README.md

latest2.0 KB
Original Source

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

CommandDescription
ansible-version / averShow the version on ansible installed in this host
ansible-role-init <role name> / arinitCreates the Ansible Role as per Ansible Galaxy standard
acommand ansible
aconfcommand ansible-config
aconcommand ansible-console
ainvcommand ansible-inventory
aplaybookcommand ansible-playbook
adoccommand ansible-doc
agalcommand ansible-galaxy
apullcommand ansible-pull
avalcommand ansible-vault

Maintainer

Deepankumar

https://github.com/deepan10/oh-my-zsh/tree/features/ansible-plugin