summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-11 01:42:07 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-11 01:42:07 +0200
commitc188d4ac1713506c3028b4501730713cfda0ed36 (patch)
treee056a15d599981f963f20365848d4032aa792191 /chaos-at-home
parentpreseed/partman: nicer error text for not-enough-space (diff)
parentopenbsd installer: improve image verification (diff)
Merge branch 'topic/debian-installer-verification'
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-ap.yml2
-rw-r--r--chaos-at-home/ch-atlas.yml5
-rw-r--r--chaos-at-home/ch-router.yml2
-rw-r--r--chaos-at-home/mz-ap.yml2
-rw-r--r--chaos-at-home/mz-router.yml2
5 files changed, 12 insertions, 1 deletions
diff --git a/chaos-at-home/ch-ap.yml b/chaos-at-home/ch-ap.yml
index 1d3c8903..5dcb5ea2 100644
--- a/chaos-at-home/ch-ap.yml
+++ b/chaos-at-home/ch-ap.yml
@@ -2,5 +2,7 @@
- name: Basic Setup
hosts: chaos-at-home-ap
connection: local
+ gather_facts: no
+
roles:
- role: openwrt/image
diff --git a/chaos-at-home/ch-atlas.yml b/chaos-at-home/ch-atlas.yml
index 887d6be3..34fa1141 100644
--- a/chaos-at-home/ch-atlas.yml
+++ b/chaos-at-home/ch-atlas.yml
@@ -5,4 +5,7 @@
- role: core/sshd
- role: core/zsh
- role: vm/host
- - role: installer/debian/base
+ ## gpg on this host is too old to open the keyrings.
+ ## to work around this problem the files have been manually converted
+ ## applying the role would break this again!!
+ # - role: installer/debian/base
diff --git a/chaos-at-home/ch-router.yml b/chaos-at-home/ch-router.yml
index f61feb15..6543ce8c 100644
--- a/chaos-at-home/ch-router.yml
+++ b/chaos-at-home/ch-router.yml
@@ -2,5 +2,7 @@
- name: Basic Setup
hosts: ch-router
connection: local
+ gather_facts: no
+
roles:
- role: openwrt/image
diff --git a/chaos-at-home/mz-ap.yml b/chaos-at-home/mz-ap.yml
index ccae1763..869f051d 100644
--- a/chaos-at-home/mz-ap.yml
+++ b/chaos-at-home/mz-ap.yml
@@ -2,5 +2,7 @@
- name: Basic Setup
hosts: mz-ap
connection: local
+ gather_facts: no
+
roles:
- role: openwrt/image
diff --git a/chaos-at-home/mz-router.yml b/chaos-at-home/mz-router.yml
index 301da764..94646991 100644
--- a/chaos-at-home/mz-router.yml
+++ b/chaos-at-home/mz-router.yml
@@ -2,6 +2,8 @@
- name: Basic Setup
hosts: mz-router
connection: local
+ gather_facts: no
+
roles:
- role: openwrt/image