forked from RedHatDemos/ansible-ravello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp_template_short.yml
49 lines (49 loc) · 1.01 KB
/
app_template_short.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
vms:
- name: "Bastion Host"
tag: "bastion"
description: "Bastion Host\nnohbac: true\n"
numCpus: 1
memorySize:
unit: "GB"
value: 1
hostnames:
- "bastion-REPL.rhpds.opentlc.com"
- "bastion.example.com"
hardDrives:
- index: 0
imageName: "rhel-guest-image-7.3-35.x86_64"
boot: true
controller: "virtio"
name: "root disk"
size:
unit: "GB"
value: 40
type: "DISK"
networkConnections:
- name: "eth0"
device:
index: 0
deviceType: "virtio"
useAutomaticMac: false
mac: "2c:c2:60:14:42:52"
ipConfig:
autoIpConfig:
reservedIp: "192.168.1.10"
hasPublicIp: true
- name: "eth1"
device:
index: 1
deviceType: "virtio"
useAutomaticMac: true
ipConfig:
autoIpConfig:
reservedIp: "192.168.2.10"
stopTimeOut: "300"
suppliedServices:
- external: true
ip: "192.168.1.10"
name: "ssh"
portRange: "22"
protocol: "SSH"
supportsCloudInit: true
keypairName: "opentlc-admin-backdoor"