ansible-completion Basic bash completion for Ansib开源项目

我要开发同款
匿名用户2021年11月09日
55阅读
所属分类终端/远程登录、应用工具、SHELL
授权协议GPL-3.0 License

作品详情

ansible-completion

Provideabashcompletiononhostname,modulenameandoptionsforansible.

Important

AsofAnsible2.9,youcanaddshellcompletionoftheAnsiblecommandlineutilitiesbyinstallinganoptionaldependencycalledargcomplete.argcompletesupportsbash,andhaslimitedsupportforzshandtcsh.

Thedifferencewiththeofficialauto-completionisansible-completionsupportcompletionofthehosts,basedontheinventoryfile,andmodules.Theofficialauto-completionishowevermuchmoreup-to-datewithalltheargumentsnames.

Installation

Gettheansible-completion.bashfile.

Copy/movetheansible-completion.bashinyourbash_completion.dfolder(/etc/bash_completion.d,/usr/local/etc/bash_completion.dor~/bash_completion.d).

Orcopy/moveitwhereyouwantandthenloadtheansible-completion.bashfileinyour~/.bashrcor~/.profilelikethat:source~/ansible-completion.bash

Reloadyourshellwithsomethinglikesource~/.bashrcorsource~/.profile

NoteforOSX

Clonetherepo,installbashanauto-completion2withhomebew:brewinstallbashbash-completion2

Changeyourterminalbashtoahomebrewonebysettingthecommandoptionto/usr/local/bin/bash

Addthefollowingcodetoyour~/.profile:

if[-f$(brew--prefix)/share/bash-completion/bash_completion];then.$(brew--prefix)/share/bash-completion/bash_completionfi

Createasymboliklinkforansible-completion.bash:

ln-vs~/soft/ansible-completion/ansible-completion.bash/usr/local/share/bash-completion/completions/ansibleGoodtoknow

Ifthe--module-path(-M)or--inventory-file(-i)isonthecommandline,thecompletionwilluseit.

Forthecompletiononmodulename,thecompletionscriptbuildacacheofmodulesnames.

YoucansetthecachetimeoutwiththeenvironementvariableANSIBLE_COMPLETION_CACHE_TIMEOUT,thedefaultvalueis120seconds.

Contributorsogarciapheanex(ansible-*completions)DenKorenhryamzikmrqwer88wolfgangkarall
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论