oh-my-bash/plugins/ansible
2024-09-09 00:48:07 +09:00
..
ansible.plugin.sh feat(lib/omb-util): add "_omb_util_{print,put}" 2024-09-09 00:48:07 +09:00
README.md Typo: Fixed 2021-12-24 20:00:20 +09:00

ansible plugin

Introduction

The ansible plugin adds several aliases for useful ansible commands and aliases.

To use it, add ansible to the plugins array of your bashrc 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
aplaybook command ansible-playbook
adoc command ansible-doc
agal command ansible-galaxy
apull command ansible-pull
aval command ansible-vault