mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 19:58:52 +00:00
12 lines
235 B
Bash
12 lines
235 B
Bash
# Set password for user linux
|
|
linuxpass=LiNuXuSeRPaSs#
|
|
|
|
# Set ECS related stuff
|
|
instance=s2.medium.8
|
|
imagename=Standard_Debian_9_latest
|
|
subnet=your-subnet
|
|
vpcname=your-vpc
|
|
secgroup=your-sg
|
|
keyname=your-KeyPair
|
|
disksize=128
|
|
az=eu-de-03
|