File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! bash oh-my-bash.module
22
3- # used to be functions in previous ansible oh-my-bash plugin
3+ # kept for backwards compatbility, these used to be functions in the previous oh-my-bash ansible plugin
44alias ansible-role-init=' ansible-galaxy init role '
55alias arinit=' ansible-role-init'
66
7- # ansible-dev-tools
7+ # ansible-dev-tools: https://docs.ansible.com/projects/dev-tools/
88alias abu=' ansible-builder ' # did not want to use 'ab', as it is an existing command for Apache benchmarking tool
99alias abb=' ansible-builder build '
1010alias abc=' ansible-builder create '
@@ -18,6 +18,6 @@ alias alint='ansible-lint '
1818alias anav=' ansible-navigator '
1919alias arunner=' ansible-runner '
2020alias arun=' ansible-runner run '
21- alias astart=' ansible-runner start'
22- alias astop=' ansible-runner stop'
21+ alias astart=' ansible-runner start '
22+ alias astop=' ansible-runner stop '
2323alias asign=' ansible-sign '
Original file line number Diff line number Diff line change 11#! bash oh-my-bash.module
22
3- # used to be functions in previous ansible oh-my-bash plugin
3+ # kept for backwards compatbility, these used to be functions in the previous oh-my-bash ansible plugin
44alias aver=' ansible --version; ansible-community --version'
55# alias arinit='ansible-role-init' # this alias can now be found in the ansible-dev aliases
66
7- # ansible-core
7+ # ansible-core: https://docs.ansible.com/projects/ansible-core/devel/
88alias a=' ansible '
99alias aconf=' ansible-config '
1010alias acon=' ansible-console '
1111alias adoc=' ansible-doc '
1212alias agal=' ansible-galaxy '
1313alias ainv=' ansible-inventory '
1414alias aplay=' ansible-playbook '
15- alias aplaybook=' aplay' # long version kept for backward compatibility
15+ alias aplaybook=' aplay' # this long version of the playbook alias is kept for backwards compatibility
1616alias apull=' ansible-pull '
1717alias atest=' ansible-test '
1818alias aval=' ansible-vault '
Original file line number Diff line number Diff line change 11#! bash oh-my-bash.module
22
3+ # molecule: https://docs.ansible.com/projects/molecule/
34alias mol=' molecule '
45alias mhlp=' molecule --help '
56alias mchk=' molecule check '
You can’t perform that action at this time.
0 commit comments