mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
29 lines
990 B
Markdown
29 lines
990 B
Markdown
# ansible plugin
|
|
|
|
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 |
|
|
| :------------------ | :-------------------------- |
|
|
| `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` |
|
|
| `ates` | command `ansible-test` |
|
|
| `aval` | command `ansible-vault` |
|
|
|
|
## Maintainer
|
|
|
|
### [PascalKont](https://github.com/PascalKont)
|