From 271967e70b97e93f7ad382cee45ce3e1baae0591 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 31 May 2020 20:49:37 +0200 Subject: chaos-at-home: deploy apt-repo/base to some more hosts --- chaos-at-home/ch-gnocchi.yml | 1 + chaos-at-home/ch-jump.yml | 1 + chaos-at-home/ch-mimas2.yml | 1 + roles/installer/openbsd/base/defaults/main.yml | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3