Sha256: 0129f358495ffda4a217fe6e5bad29691445ead54710aeadb9336c33e1f8106f

Contents?: true

Size: 1.05 KB

Versions: 10

Compression:

Stored size: 1.05 KB

Contents

TOPIC
    transports

DESCRIPTION
    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

10 entries across 10 versions & 1 rubygems

Version Path
bolt-3.13.0 guides/transports.txt
bolt-3.12.0 guides/transports.txt
bolt-3.11.0 guides/transports.txt
bolt-3.10.0 guides/transports.txt
bolt-3.9.2 guides/transports.txt
bolt-3.9.1 guides/transports.txt
bolt-3.9.0 guides/transports.txt
bolt-3.8.1 guides/transports.txt
bolt-3.8.0 guides/transports.txt
bolt-3.7.1 guides/transports.txt