aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/stack0.yml
blob: 1fe5d473a358b1765a9e29fe774cd7aa9d4d55b3 (plain) (blame)
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
_groups: freebsd

ip:
  in: 10.10.0.40
  out: 192.168.5.40

virtual: false

services:
  - name: "ssh"
    proto: "tcp"
    port: "22"

vms:
  - name: st0dc1
    image: openbsd
    memory: 4G
    cpu: 2
    disks:
      - { id: 0, size: "8G" }

  - name: st0dev0
    image: openbsd
    memory: 2G
    cpu: 2
    disks:
      - { id: 0, size: "8G" }

  - name: st0cld0
    image: openbsd
    memory: 4G
    cpu: 2
    disks:
      - { id: 0, size: "8G" }

  - name: st0gme0
    image: alpine
    memory: 16G
    cpu: 8
    disks:
      - { id: 0, size: "8G" }

hypervisor:
  interface: bce0
  switch: public
remember that computers suck.