Class: Bolt::Config::Transport::Remote

Inherits:
Base
  • Object
show all
Defined in:
lib/bolt/config/transport/remote.rb

Constant Summary collapse

OPTIONS =

NOTE: All transport configuration options should have a corresponding schema definition

in schemas/bolt-transport-definitions.json
{
  "run-on" => { type: String,
                desc: "The proxy target that the task executes on." }
}.freeze
DEFAULTS =
{
  "run-on" => "localhost"
}.freeze

Instance Attribute Summary

Attributes inherited from Base

#input

Method Summary

Methods inherited from Base

#[], #dig, #fetch, #include?, #initialize, #merge, options, #resolve, #resolved?, #to_h

Constructor Details

This class inherits a constructor from Bolt::Config::Transport::Base