0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/ansible
2024-03-26 09:55:16 +01:00
..
ansible.plugin.zsh style(ansible): minor style change (#8356) 2020-11-22 15:42:39 +01:00
README.md style: remove trailing whitespace (#12303) 2024-03-26 09:55:16 +01:00

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
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