aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/stack0.yml
blob: 5a6e27d9fcc453da961161860b781a4b9c640845 (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
46
47
_groups: freebsd

ip:
  in: 10.10.0.40
  out: 192.168.5.40

virtual: false

services:

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

vms:

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

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

  - name: st0cld0
    image: openbsd
    memory: 8G
    cpu: 4
    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.