Sha256: 2b17a16a52baf677461b2720977347000280d236629903bef932b51af2692270

Contents?: true

Size: 494 Bytes

Versions: 12

Compression:

Stored size: 494 Bytes

Contents

default['wombat']['packer']['aws'].tap do |a|
  a['region'] = "us-west-2"
  a['secret_key'] = "xxxxx"
  a['access_key'] = "xxxxx"
  a['keypair'] = "xxxxx"
  a['source_ami']['ubuntu'] = "ami-8c4cb0ec"
  a['source_ami']['windows'] = "ami-87c037e7"
end

default['wombat']['packer']['azure'].tap do |az|
  az['client_id'] = "xxxxx"
  az['tenant_id'] = "xxxxx"
  az['client_secret'] = "xxxxx"
  az['subscription_id'] = "xxxxx"
  az['storage_account'] = "xxxxx"
  az['resource_group'] = "xxxxx"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wombat-cli-0.7.3 generator_files/cookbooks/wombat/attributes/packer.rb
wombat-cli-0.7.2 generator_files/cookbooks/wombat/attributes/packer.rb
wombat-cli-0.6.2 generator_files/cookbooks/wombat/attributes/packer.rb
wombat-cli-0.4.1 generator_files/cookbooks/wombat/attributes/packer.rb
wombat-cli-0.4.0 generator_files/cookbooks/wombat/attributes/packer.rb
wombat-cli-0.3.4 generator_files/cookbooks/wombat/attributes/packer.rb
wombat-cli-0.3.3 generator_files/cookbooks/wombat/attributes/packer.rb
wombat-cli-0.3.2 generator_files/cookbooks/wombat/attributes/packer.rb
wombat-cli-0.3.1 generator_files/cookbooks/wombat/attributes/packer.rb
wombat-cli-0.3.0 generator_files/cookbooks/wombat/attributes/packer.rb
wombat-cli-0.2.1 cookbooks/wombat/attributes/packer.rb
wombat-cli-0.2.0 cookbooks/wombat/attributes/packer.rb