Class: Bolt::Config::Transport::Podman

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

Constant Summary collapse

OPTIONS =
%w[
  cleanup
  host
  interpreters
  shell-command
  tmpdir
  tty
].freeze
DEFAULTS =
{
  'cleanup' => true
}.freeze

Constants included from Options

Options::LOGIN_SHELLS, Options::RUN_AS_OPTIONS, 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