Sha256: 02e82965aed6795d17724766ab38a229589b02013794b7f2267b6288042878cf
Contents?: true
Size: 962 Bytes
Versions: 7
Compression:
Stored size: 962 Bytes
Contents
--- HOSTS: win: roles: - windows platform: windows-server-amd64 box: gusztavvargadr/windows-server-2019-standard 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
7 entries across 7 versions & 1 rubygems