summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-testvm-edis.yml
blob: d005b19b0a0d2d65e7465df294d56e331183bb4c (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
---
install:
  cloud:
    id: kvm_94527_270280
    credentials:
      email: equinox@chaos-at-home.org
      password: "{{ vault_edis_api_password }}"
    image_publish:
      host: ch-mimas
      path: /srv/storage/pub
      base_url: https://pub.chaos-at-home.org
  disks:
    primary: /dev/vda

network:
  nameservers:
  - 1.1.1.1
  - 1.0.0.1
  - 2606:4700:4700::1111
  domain: "{{ host_domain }}"
  primary: &_network_primary_
    name: ens3
    address: 151.236.30.176/24
    gateway: 151.236.30.1
    address6: 2a03:f80:ed31:fde0::1/48
    gateway6: 2a03:f80:ed31::1
  interfaces:
  - *_network_primary_

## /etc/network/interfaces from orig install
#
# auto ens3
# iface ens3 inet static
#    address 149.154.152.204
#    netmask 255.255.255.0
#    gateway 149.154.152.1
#    dns-nameservers 1.1.1.1 1.1.1.1 2606:4700:4700::1111
#    mtu 1500
#
# up ip r a 2a03:f80:ed15::/48 dev ens3
# up ip -6 addr add 2a03:f80:ed15:bb55::1/48 dev ens3
# up ip -6 r a ::/0 via 2a03:f80:ed15::1
#