aboutsummaryrefslogblamecommitdiffstats
path: root/host_vars/stack0.yml
blob: 1fe5d473a358b1765a9e29fe774cd7aa9d4d55b3 (plain) (tree)
1
2
3
4
5
6
7
8
9

                






                   




                
                

                  
          
          
                             
 
                 
                  
              
          


                             

                  

              
          
                             
 
                 
                 
               
          


                             
           
                 
                
_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.