]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/ansible/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / ansible / README.md
1 # ansible plugin
2
3 ## Introduction
4
5 The `ansible plugin` adds several aliases for useful [ansible](https://docs.ansible.com/ansible/latest/index.html) commands and [aliases](#aliases).
6
7 To use it, add `ansible` to the plugins array of your zshrc file:
8
9 ```
10 plugins=(... ansible)
11 ```
12
13 ## Aliases
14
15 | Command                                    | Description                                                         |
16 |:-------------------------------------------|:--------------------------------------------------------------------|
17 | `ansible-version` / `aver`                 | Show the version on ansible installed in this host                  |
18 | `ansible-role-init <role name>` / `arinit` | Creates the Ansible Role as per Ansible Galaxy standard             |
19 | `a`                                        | command `ansible`                                                   |
20 | `aconf`                                    | command `ansible-config`                                            |
21 | `acon`                                     | command `ansible-console`                                           |
22 | `ainv`                                     | command `ansible-inventory`                                         |
23 | `aplaybook`                                | command `ansible-playbook`                                          |
24 | `ainv`                                     | command `ansible-inventory`                                         |
25 | `adoc`                                     | command `ansible-doc`                                               |
26 | `agal`                                     | command `ansible-galaxy`                                            |
27 | `apull`                                    | command `ansible-pull`                                              |
28 | `aval`                                     | command `ansible-vault`                                             |
29
30 ## Maintainer
31
32 ### [Deepankumar](https://github.com/deepan10) 
33
34 [https://github.com/deepan10/oh-my-zsh/tree/features/ansible-plugin](https://github.com/deepan10/oh-my-zsh/tree/features/ansible-plugin)