2 version: {{version|default:"1.0"}}
4 contact: {{details.contact}}
7 location: {{details.location}}
8 pod_owner: {{details.owner}}
12 {% for disk in jumphost.disks %}
13 - disk_capacity: {{disk.capacity}}
14 disk_interface: {{disk.interface}}
15 disk_rotation: {{disk.rotation}}
16 disk_type: {{disk.type}}
20 {% for interface in jumphost.interfaces %}
21 - features: {{interface.features}}
22 mac_address: {{interface.mac_address}}
23 name: {{interface.name}}
24 speed: {{interface.speed}}
26 name: {{jumphost.name}}
28 arch: {{jumphost.node.arch}}
29 cores: {{jumphost.node.cores}}
30 cpu_cflags: {{jumphost.node.cpu_cflags}}
31 cpus: {{jumphost.node.cpus}}
32 memory: {{jumphost.node.memory}}
33 model: {{jumphost.node.model}}
34 type: {{jumphost.node.type}}
35 vendor: {{jumphost.node.vendor}}
38 address: {{jumphost.remote.address}}
39 mac_address: {{jumphost.remote.mac_address}}
40 pass: {{jumphost.remote.pass}}
41 type: {{jumphost.remote.type}}
42 user: {{jumphost.remote.user}}
44 {% for version in jumphost.remote.versions %}
48 pass: {{jumphost.remote.pass}}
49 type: {{jumphost.remote.type}}
50 user: {{jumphost.remote.user}}
52 {% for version in jumphost.remote.versions %}
56 {% for node in nodes %}
58 {% for disk in node.disks %}
59 - disk_capacity: {{disk.capacity}}
60 disk_interface: {{disk.interface}}
61 disk_rotation: {{disk.rotation}}
62 disk_type: {{disk.type}}
66 {% for interface in node.interfaces %}
67 - features: {{interface.features}}
68 mac_address: {{interface.mac_address}}
69 name: {{interface.name}}
70 speed: {{interface.speed}}
74 arch: {{node.node.arch}}
75 cores: {{node.node.cores}}
76 cpu_cflags: {{node.node.cpu_cflags}}
77 cpus: {{node.node.cpus}}
78 memory: {{node.node.memory}}
79 model: {{node.node.model}}
80 type: {{node.node.type}}
81 vendor: {{node.node.vendor}}
83 address: {{node.remote.address}}
84 mac_address: {{node.remote.mac_address}}
85 pass: {{node.remote.pass}}
86 type: {{node.remote.type}}
87 user: {{node.remote.user}}
89 {% for version in node.remote.versions %}