| Port details |
- rubygem-openbolt Execute commands remotely over SSH and WinRM
- 5.6.0 sysutils
=0 5.6.0Version of this port present on the latest quarterly branch. - Maintainer: puppet@FreeBSD.org
 - Port Added: 2025-10-27 18:57:09
- Last Update: 2026-06-15 20:26:32
- Commit Hash: bb599bd
- Also Listed In: rubygems
- License: APACHE20
- WWW:
- https://github.com/OpenVoxProject/openbolt/
- Description:
- OpenBolt is an open source orchestration tool that automates the manual work it
takes to maintain your infrastructure. Use OpenBolt to automate tasks that you
perform on an as-needed basis or as part of a greater orchestration workflow.
For example, you can use OpenBolt to patch and update systems, troubleshoot
servers, deploy applications, or stop and restart services. OpenBolt can be
installed on your local workstation and connects directly to remote targets
with SSH or WinRM, so you are not required to install any agent software.
OpenBolt is a community implementation of Puppet Bolt.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rubygem-openbolt>0:sysutils/rubygem-openbolt
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/sysutils/rubygem-openbolt/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/rubygem-openbolt
- pkg install rubygem-openbolt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-openbolt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1781368228
SHA256 (rubygem/openbolt-5.6.0.gem) = b106a40cad48ced98c5ff2ba4104a71e9aca6dbd4d8c6e43342cdb7a971bd6c9
SIZE (rubygem/openbolt-5.6.0.gem) = 252416
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
- Runtime dependencies:
-
- puppet : sysutils/openvox-agent8
- r10k : sysutils/rubygem-r10k
- rubygem-addressable>=2.5 : www/rubygem-addressable
- rubygem-aws-sdk-ec2>1 : devel/rubygem-aws-sdk-ec2
- rubygem-CFPropertyList>=2.2 : devel/rubygem-CFPropertyList
- rubygem-choria-mcorpc-support>=2.26 : sysutils/rubygem-choria-mcorpc-support
- rubygem-concurrent-ruby11>=1.0 : devel/rubygem-concurrent-ruby11
- rubygem-ffi>=1.13<2 : devel/rubygem-ffi
- rubygem-hiera-eyaml>=3 : sysutils/rubygem-hiera-eyaml
- rubygem-json>=2.12.0 : devel/rubygem-json
- rubygem-jwt>=2.2 : www/rubygem-jwt
- rubygem-logging>=2.2 : devel/rubygem-logging
- rubygem-minitar>=0.6 : archivers/rubygem-minitar
- rubygem-net-scp>=1.2<5 : security/rubygem-net-scp
- rubygem-net-ssh6>=4.0<8 : security/rubygem-net-ssh6
- rubygem-net-ssh-krb>=0.5 : security/rubygem-net-ssh-krb
- rubygem-openvox-strings>=5.0 : textproc/rubygem-openvox-strings
- rubygem-orchestrator_client>=0.5 : net/rubygem-orchestrator_client
- rubygem-puppet-resource_api>=1.8.1 : devel/rubygem-puppet-resource_api
- rubygem-puppetfile-resolver>=0.6.2 : sysutils/rubygem-puppetfile-resolver
- rubygem-ruby_smb>=1.0 : net/rubygem-ruby_smb
- rubygem-terminal-table>=4.0<5 : textproc/rubygem-terminal-table
- rubygem-winrm-fs>=1.3 : filesystems/rubygem-winrm-fs
- rubygem-winrm>=2.0 : sysutils/rubygem-winrm
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby34 : lang/ruby34
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_rubygem-openbolt
- USES:
- gem shebangfix
- pkg-message:
- For install:
- This port depends on security/rubygem-net-ssh which has stricter defaults that
OpenSSH: when using strict host key checking, security/rubygem-net-ssh will
refuse the connexion if both the remote host name and IP address are not on the
same line of a known_host file.
security/rubygem-net-ssh added support for disabling strict host key checking
in version 5.2.0, however this setting is still enabled by default because
upstream OpenSSH has it enabled by default. However, FreeBSD ships with a
modified version of OpenSSH where strict host key checking is disabled by
default. As a result:
- When adding an entry for a new host, only the host name is added in the
known_host file;
- The absence of CheckHostIP in the SSH configuration means the feature is
disabled while such absence is generally the indication of the feature
being enabled.
As a consequence, host key verification may need additional work:
- When using security/rubygem-net-ssh < 5.2.0, either:
- Disable host key checking totally (--no-host-key-check parameter of the
bolt command);
- Update your remote host entries in the known_hosts file to use the
format:
<host-name>,<IP address> <key-type> <key>
- When using security/rubygem-net-ssh >= 5.2.0
- Add "CheckHostIP no" to your SSH client configuration file
(/etc/ssh/ssh_config or ~/.ssh/config).
Some future version of security/rubygem-net-ssh should drop strict host key
checking entirely, for more details, see:
https://github.com/net-ssh/net-ssh/pull/663
- Master Sites:
|