bashible 模块使用

bashible 是支持模块化的,以下是关于模块的试用

模块位置

  • 说明
    官方目前没有明确的关于模块位置的说明,但是如果我们使用会发现,需要和bashible的目录同级
    对于使用she-bang 的需要和bashible 配置的目录同级,同时如果查看官方文档也能看到关于 bashible
    的位置以及配置模块加载的路径,模块默认的格式bashible.$i.bash
  • 位置使用
    比如模块edit中的replace_lines_matching需要copy bashible.edit.bash文件到bashible的安装目录,此文件官方
    已经提供了

参考使用

比如使用替换模块的

  • bash 文件
 
use edit
@ Editing sshd_config
  - replace_lines_matching 'UseDNS' 'UseDNS yes;' /etc/ssh/sshd_config

参考资料

https://github.com/mig1984/bashible

posted on 2020-03-25 16:41  荣锋亮  阅读(214)  评论(0编辑  收藏  举报

导航