aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/stack0.yml
blob: a6d050066f0358db78932576e3f7c64c5fdb5625 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
__ip:
  external: 192.168.5.40
  internal: 10.10.0.40

__vms:
  - name: stack0-dc1
    image: openbsd
    memory: 4G
    disks:
      - size: 8G

  - name: stack0-cld0
    image: openbsd
    memory: 4G
    disks:
      - size: 8G

  - name: stack0-git0
    image: openbsd
    memory: 2G
    disks:
      - size: 8G
remember that computers suck.