summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-testvm-edis.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-12-05 16:30:27 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-12-05 16:31:36 +0100
commite95035f61f9989ef25fcc3c3464aeddebb79bec7 (patch)
treeaff799e09371523038a4e063bd2b536c8e61581b /inventory/host_vars/ch-testvm-edis.yml
parentch-mimas: create simple http publish host pub.chaos-at-home.org (diff)
cloud/install: some more more tests for edis
Diffstat (limited to 'inventory/host_vars/ch-testvm-edis.yml')
-rw-r--r--inventory/host_vars/ch-testvm-edis.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-testvm-edis.yml b/inventory/host_vars/ch-testvm-edis.yml
index 8ee9bfa1..e059d9e8 100644
--- a/inventory/host_vars/ch-testvm-edis.yml
+++ b/inventory/host_vars/ch-testvm-edis.yml
@@ -5,3 +5,39 @@ install:
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.1.1.1
+ - 2606:4700:4700::1111
+ domain: "{{ host_domain }}"
+ primary: &_network_primary_
+ name: ens3
+ address: 149.154.152.204/24
+ gateway: 149.154.152.1
+ address6: 2a03:f80:ed15:bb55::1/48
+ gateway6: 2a03:f80:ed15::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
+#