Created
August 7, 2018 10:53
-
-
Save sofyan48/3a55f5620daa8d6ffb5e819acea5f4d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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