文件名称:hammer-cli-foreman-ssh:为 Hammer Foreman CLI 添加远程 SSH 支持
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-01 19:08:01
Ruby
Hammer CLI - Foreman SSH 锤子的SSH插件 安装 $ git clone git@github.com:theforeman/hammer-cli-foreman-ssh.git $ cd hammer-cli-foreman-ssh $ rake install $ cd .. 在锤子配置目录中注册插件 cat > ~/.hammer/cli.modules.d/foreman_ssh.yml <<EOF :foreman_ssh: :enable_module: true :require: 'foreman' EOF 享受 $ hammer host ssh --command 'yum upgrade -q -y bash' --user root --search='facts.bashpocalypse = not_vulnera
【文件预览】:
hammer-cli-foreman-ssh-master
----.gitignore(131B)
----LICENSE(613B)
----README.md(1KB)
----hammer_cli_foreman_ssh.gemspec(964B)
----config()
--------foreman_ssh.yml(37B)
----lib()
--------hammer_cli_foreman_ssh.rb(142B)
--------hammer_cli_foreman_ssh()
----Gemfile(38B)
----Rakefile(205B)