No release in over 3 years
Uses the OpenBolt CLI tool to run tasks and plans in Foreman
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 1.1.6, < 2
 Project Readme

Smart Proxy - OpenBolt

License Test Release RubyGem Version RubyGem Downloads

This plug-in adds support for OpenBolt to Foreman's Smart Proxy.

Things to be aware of

  • Any SSH keys to be used should be readable by the foreman-proxy user.
  • Results are currently stored on disk at /var/logs/foreman-proxy/openbolt by default (configurable in settings). Fetching old results is possible as long as the files stay on disk.

how to release

  • bump version in lib/smart_proxy_openbolt/version.rb
  • run CHANGELOG_GITHUB_TOKEN=github_pat... bundle exec rake changelog
  • create a PR
  • get a review & merge
  • create and push a tag
  • github actions will publish the tag