summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-testvm.yml
blob: 4f740d4bf18b8cd05c7a093aa938aff2052143c4 (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
---
vm_host: sk-2019vm

install:
  host: "{{ vm_host }}"
  mem: 1024
  numcpu: 1
  disks:
    primary: /dev/sda
    scsi:
      sda:
        type: zfs
        pool: storage
        name: "{{ inventory_hostname }}"
        size: 50g
  interfaces:
  - bridge: br-public
    name: primary0
  autostart: False

network:
  nameservers: "{{ hostvars[vm_host].vm_host.network.dns }}"
  domain: "{{ host_domain }}"
  systemd_link:
    interfaces: "{{ install.interfaces }}"
  primary:
    interface: primary0
    ip: "{{ hostvars[vm_host].vm_host.network.prefix | ipaddr(hostvars[vm_host].vm_host.network.offsets[inventory_hostname]) | ipaddr('address') }}"
    mask: "{{ hostvars[vm_host].vm_host.network.prefix | ipaddr('netmask') }}"
    gateway: "{{ hostvars[vm_host].vm_host.network.prefix | ipaddr('address') }}"
    public: "{{ (hostvars[vm_host].vm_host.network.public.prefix | ipaddr(hostvars[vm_host].vm_host.network.public.mappings[inventory_hostname])).split('/')[0] }}"


### this machine will be used to migrate wolke.chaox.org:
#
# https://owncloud.org/news/upgrading-owncloud-on-debian-stable-to-official-packages/
#