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.29.0 guides/transports.yaml
bolt-3.28.0 guides/transports.yaml
bolt-3.27.4 guides/transports.yaml
bolt-3.27.2 guides/transports.yaml
bolt-3.27.1 guides/transports.yaml
bolt-3.26.2 guides/transports.yaml
bolt-3.26.1 guides/transports.yaml
bolt-3.25.0 guides/transports.yaml
bolt-3.24.0 guides/transports.yaml
bolt-3.23.1 guides/transports.yaml
bolt-3.23.0 guides/transports.yaml
bolt-3.22.1 guides/transports.yaml
bolt-3.22.0 guides/transports.yaml
bolt-3.21.0 guides/transports.yaml
bolt-3.20.0 guides/transports.yaml
bolt-3.19.0 guides/transports.yaml
bolt-3.18.0 guides/transports.yaml
bolt-3.17.0 guides/transports.yaml
bolt-3.16.1 guides/transports.yaml
bolt-3.16.0 guides/transports.yaml