summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
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