Sha256: dd5b357aef0c5c1b19f8ca29cef34b4f6aad40990ec337039439743504e34498
Contents?: true
Size: 1.05 KB
Versions: 21
Compression:
Stored size: 1.05 KB
Contents
--- topic: transports guide: | Bolt uses transports (also known as protocols) to establish a connection with a target in order to run actions on the target. The default transport is SSH, and you can see available transports along with their configuration options and defaults at http://pup.pt/bolt-reference. You can specify a transport for a target by prepending '<transport>://' to the target's URI. For example, to connect to a target with hostname 'example.com' as user 'Administrator' using the WinRM transport, you would pass the following to the target flag: winrm://Administrator@example.com You can also specify a default transport for all targets by passing the '--transport' flag on *nix systems and the '-Transport' flag in Powershell. Finally, you can set the transport for a target in the inventory. For more information about the Bolt inventory, run 'bolt guide inventory'. documentation: - https://pup.pt/bolt-commands#specify-a-transport - http://pup.pt/bolt-inventory#transport-configuration
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
bolt-3.15.0 | guides/transports.yaml |