Skip to content

Instantly share code, notes, and snippets.

@sofyan48
Created August 7, 2018 10:53
Show Gist options
  • Select an option

  • Save sofyan48/3a55f5620daa8d6ffb5e819acea5f4d0 to your computer and use it in GitHub Desktop.

Select an option

Save sofyan48/3a55f5620daa8d6ffb5e819acea5f4d0 to your computer and use it in GitHub Desktop.
{
"networks": {
"network-coba": {
"parameters": {
"cidr": "192.168.3.0/24",
"gateway": "192.168.3.1"
},
"template": "private"
}
},
"others": {
"key-coba": {
"template": "key-pairs",
"parameters": {
"keypairs": "key-coba"
}
}
},
"instances": {
"vm-plesk": {
"parameters": {
"activation_key": "A00000-AXQJ04-KSA781-G1PF82-68F726",
"email": "[email protected]",
"flavor": "SS2.2",
"key_name": "key-coba",
"password": "123456",
"private_network": "network-coba",
"username": "admin"
},
"template": "plesk"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment