README.md 2.08 KB
Newer Older
Deepankumar's avatar
Deepankumar committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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`                                           |
| `ainv`                                     | command `ansible-inventory`                                         |
Deepankumar's avatar
Deepankumar committed
23
| `aplaybook`                                | command `ansible-playbook`                                          |
Deepankumar's avatar
Deepankumar committed
24
25
26
27
28
29
30
31
32
33
34
| `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)