Class: Bolt::Config::Transport::Orch

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

Constant Summary collapse

OPTIONS =
%w[
  cacert
  host
  job-poll-interval
  job-poll-timeout
  read-timeout
  service-url
  task-environment
  token-file
].freeze
DEFAULTS =
{
  "task-environment" => "production"
}.freeze

Constants included from Options

Bolt::Config::Transport::Options::LOGIN_SHELLS, Bolt::Config::Transport::Options::RUN_AS_OPTIONS, Bolt::Config::Transport::Options::TRANSPORT_OPTIONS

Instance Attribute Summary

Attributes inherited from Base

#input

Method Summary

Methods inherited from Base

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

Constructor Details

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