Sha256: 597179bf408627d52551f82a5c8b778c5479584ca141ae98eed33c874f7b13a5

Contents?: true

Size: 1.17 KB

Versions: 22

Compression:

Stored size: 1.17 KB

Contents

---
topic: targets
guide: |
    A target is a device that Bolt connects to and runs actions on. Targets can
    be physical, such as servers, or virtual, such as containers or virtual
    machines.

    Several of Bolt's commands connect to targets and run actions on them.
    These commands require a target or targets to run on. You can specify
    targets to a command using one of the following command-line options:

    *nix options                Powershell options
     -t, --targets TARGETS      -T, -Targets  TARGETS
     -q, --query   QUERY        -Q, -Query    QUERY
         --rerun   FILTER       -Rerun        FILTER

    The 'targets' option accepts a comma-separated list of target URIs or group
    names, or can read a target list from an input file '@<file>' or stdin '-'.
    URIs can be specified with the format [protocol://][user@]host[:port]. To
    learn more about available protocols and their defaults, run 'bolt guide
    transports'.

    Typically, targets and their configuration and data are listed in a
    project's inventory file. For more information about inventory files,
    see 'bolt guide inventory'.

documentation:
  - https://pup.pt/bolt-commands

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
bolt-4.0.0 guides/targets.yaml
bolt-3.29.0 guides/targets.yaml
bolt-3.28.0 guides/targets.yaml
bolt-3.27.4 guides/targets.yaml
bolt-3.27.2 guides/targets.yaml
bolt-3.27.1 guides/targets.yaml
bolt-3.26.2 guides/targets.yaml
bolt-3.26.1 guides/targets.yaml
bolt-3.25.0 guides/targets.yaml
bolt-3.24.0 guides/targets.yaml
bolt-3.23.1 guides/targets.yaml
bolt-3.23.0 guides/targets.yaml
bolt-3.22.1 guides/targets.yaml
bolt-3.22.0 guides/targets.yaml
bolt-3.21.0 guides/targets.yaml
bolt-3.20.0 guides/targets.yaml
bolt-3.19.0 guides/targets.yaml
bolt-3.18.0 guides/targets.yaml
bolt-3.17.0 guides/targets.yaml
bolt-3.16.1 guides/targets.yaml