mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
updated plugin ansible
This commit is contained in:
parent
400591e71c
commit
126f65874f
2 changed files with 21 additions and 39 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# ansible plugin
|
||||
|
||||
The `ansible plugin` adds several aliases for useful [ansible](https://docs.ansible.com/ansible/latest/index.html) commands and [aliases](#aliases).
|
||||
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:
|
||||
|
||||
|
|
@ -10,22 +11,19 @@ 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` |
|
||||
| Command | Description |
|
||||
| :------------------ | :-------------------------- |
|
||||
| `a` | command `ansible` |
|
||||
| `acon` | command `ansible-console` |
|
||||
| `aconf` | command `ansible-config` |
|
||||
| `adoc` | command `ansible-doc` |
|
||||
| `agal` | command `ansible-galaxy` |
|
||||
| `ainv` | command `ansible-inventory` |
|
||||
| `aplb`, `aplaybook` | command `ansible-playbook` |
|
||||
| `apull` | command `ansible-pull` |
|
||||
| `atest` | command `ansible-test` |
|
||||
| `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)
|
||||
### [PascalKont](https://github.com/PascalKont)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue