You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tim J. K
6f2115febb
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
ansible.plugin.zsh | 3 years ago |
README.md
ansible plugin
Introduction
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 |
---|---|
ansible-version / aver |
Show the version on ansible installed in this host |
ansible-role-init <role name> / arinit |
Creates the Ansible Role as per Ansible Galaxy standard |
a |
command ansible |
aconf |
command ansible-config |
acon |
command ansible-console |
ainv |
command ansible-inventory |
aplaybook |
command ansible-playbook |
ainv |
command ansible-inventory |
adoc |
command ansible-doc |
agal |
command ansible-galaxy |
apull |
command ansible-pull |
aval |
command ansible-vault |
Maintainer
Deepankumar
https://github.com/deepan10/oh-my-zsh/tree/features/ansible-plugin