Sha256: 0f71d64b70d6bfc6f7228aaa02a20e396cd3ce3f2a61a03cfd1657ef0eccb32e
Contents?: true
Size: 975 Bytes
Versions: 5
Compression:
Stored size: 975 Bytes
Contents
--- HOSTS: win: roles: - windows platform: windows-server-amd64 box: gusztavvargadr/windows-server box_version: '~> 1809' hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>" vagrant_memsize: 2048 vagrant_cpus: 2 user: vagrant communicator: winrm is_cygwin: false family: windows-cloud/windows-2019 gce_machine_type: n1-standard-2 CONFIG: log_level: verbose type: aio ssh: keepalive: true keepalive_interval: 10 host_key: - <%= Net::SSH::Transport::Algorithms::ALGORITHMS[:host_key].join("\n#{' '*6}- ") %> kex: - <%= Net::SSH::Transport::Algorithms::ALGORITHMS[:kex].join("\n#{' '*6}- ") %> encryption: - <%= Net::SSH::Transport::Algorithms::ALGORITHMS[:encryption].join("\n#{' '*6}- ") %> hmac: - <%= Net::SSH::Transport::Algorithms::ALGORITHMS[:hmac].join("\n#{' '*6}- ") %> puppet_collection: "<%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %>"
Version data entries
5 entries across 5 versions & 1 rubygems