aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/ansible/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/ansible/README.md')
-rw-r--r--.oh-my-zsh/plugins/ansible/README.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/.oh-my-zsh/plugins/ansible/README.md b/.oh-my-zsh/plugins/ansible/README.md
deleted file mode 100644
index 38bc137..0000000
--- a/.oh-my-zsh/plugins/ansible/README.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# ansible plugin
-
-## Introduction
-
-The `ansible plugin` adds several aliases for useful [ansible](https://docs.ansible.com/ansible/latest/index.html) commands and [aliases](#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` |
-| `aconn` | command `ansible-connection` |
-| `ainv` | command `ansible-inventory` |
-| `aplay` | 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)
-
-[https://github.com/deepan10/oh-my-zsh/tree/features/ansible-plugin](https://github.com/deepan10/oh-my-zsh/tree/features/ansible-plugin)