summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chaos-at-home/ch-gnocchi.yml1
-rw-r--r--chaos-at-home/ch-jump.yml1
-rw-r--r--chaos-at-home/ch-mimas2.yml1
-rw-r--r--roles/installer/openbsd/base/defaults/main.yml2
4 files changed, 4 insertions, 1 deletions
diff --git a/chaos-at-home/ch-gnocchi.yml b/chaos-at-home/ch-gnocchi.yml
index 8a39ee19..d6d6e033 100644
--- a/chaos-at-home/ch-gnocchi.yml
+++ b/chaos-at-home/ch-gnocchi.yml
@@ -5,6 +5,7 @@
- role: base
- role: sshd
- role: zsh
+ - role: apt-repo/base
- role: vm/host
- role: installer/debian/base
- role: installer/openbsd/base
diff --git a/chaos-at-home/ch-jump.yml b/chaos-at-home/ch-jump.yml
index 8abf7338..ba7e640d 100644
--- a/chaos-at-home/ch-jump.yml
+++ b/chaos-at-home/ch-jump.yml
@@ -5,4 +5,5 @@
- role: base
- role: sshd
- role: zsh
+ - role: apt-repo/base
- role: admin-user
diff --git a/chaos-at-home/ch-mimas2.yml b/chaos-at-home/ch-mimas2.yml
index c5e4c834..78d90c1f 100644
--- a/chaos-at-home/ch-mimas2.yml
+++ b/chaos-at-home/ch-mimas2.yml
@@ -5,6 +5,7 @@
- role: base
- role: sshd
- role: zsh
+ - role: apt-repo/base
- role: admin-user
- role: bind
- role: apt-repo/spreadspace
diff --git a/roles/installer/openbsd/base/defaults/main.yml b/roles/installer/openbsd/base/defaults/main.yml
index 6650e064..bb2c177a 100644
--- a/roles/installer/openbsd/base/defaults/main.yml
+++ b/roles/installer/openbsd/base/defaults/main.yml
@@ -5,4 +5,4 @@ openbsd_versions:
- i386
openbsd_installer_force_download: no
-openbsd_installer_url: "https://ftp2.eu.openbsd.org/pub/OpenBSD/"
+openbsd_installer_url: "https://ftp2.eu.openbsd.org/pub/OpenBSD"