Skip to content

Instantly share code, notes, and snippets.

@yvovandoorn
Created June 1, 2014 21:19
Show Gist options
  • Save yvovandoorn/dae2c1ecf71452bf8057 to your computer and use it in GitHub Desktop.
Save yvovandoorn/dae2c1ecf71452bf8057 to your computer and use it in GitHub Desktop.
DoVA - Environment files
name "production"
description "Your production environment"
default_attributes ({
"root" => {
"password" => "$6$uLD5kuid$pvYSgFZMp5a.m8Q2fjVaIhcCIyhGFytWZYQXCkCW8oC.JvNWV5hmCptApdBOBZLA4DJc.rimnngPF9oZoZ6Ga1"
},
"ntp" => {
"servers" => [ "0.vmware.pool.ntp.org", "1.vmware.pool.ntp.org", "2.vmware.pool.ntp.org" ]
}
})
name "testqa"
description "Your testqa environment"
default_attributes ({
"root" => {
"password" => "$6$EYgMQC0o$vaFIm/f81YRTjihvIk5brpE4oJhSiPn4Y2Bw2hsxOkC4og4V7KfSCYEmkw40MriUHICZppkGwPpZ4r44tGCIF1"
},
"ntp" => {
"servers" => [ "0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org" ]
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment