summaryrefslogtreecommitdiff
path: root/dan
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 /dan
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 'dan')
-rw-r--r--dan/ele-ap.yml2
-rw-r--r--dan/ele-dolmetsch-ctl.yml2
-rw-r--r--dan/ele-orpheum.yml2
-rw-r--r--dan/ele-router.yml2
-rw-r--r--dan/ele-tub.yml2
-rw-r--r--dan/ele-ups.yml2
6 files changed, 12 insertions, 0 deletions
diff --git a/dan/ele-ap.yml b/dan/ele-ap.yml
index 42c00522..1bccdc57 100644
--- a/dan/ele-ap.yml
+++ b/dan/ele-ap.yml
@@ -2,6 +2,8 @@
- name: Basic Setup
hosts: ele-ap
connection: local
+ gather_facts: no
+
roles:
- role: openwrt/image
# post_tasks:
diff --git a/dan/ele-dolmetsch-ctl.yml b/dan/ele-dolmetsch-ctl.yml
index 717def3f..c9d47ea8 100644
--- a/dan/ele-dolmetsch-ctl.yml
+++ b/dan/ele-dolmetsch-ctl.yml
@@ -2,5 +2,7 @@
- name: Basic Setup
hosts: ele-dolmetsch-ctl
connection: local
+ gather_facts: no
+
roles:
- role: openwrt/image
diff --git a/dan/ele-orpheum.yml b/dan/ele-orpheum.yml
index 97b77edb..140d4fef 100644
--- a/dan/ele-orpheum.yml
+++ b/dan/ele-orpheum.yml
@@ -2,5 +2,7 @@
- name: Basic Setup
hosts: ele-orpheum
connection: local
+ gather_facts: no
+
roles:
- role: openwrt/image
diff --git a/dan/ele-router.yml b/dan/ele-router.yml
index 098b82b3..ebb8f8bd 100644
--- a/dan/ele-router.yml
+++ b/dan/ele-router.yml
@@ -2,5 +2,7 @@
- name: Basic Setup
hosts: ele-router
connection: local
+ gather_facts: no
+
roles:
- role: openwrt/image
diff --git a/dan/ele-tub.yml b/dan/ele-tub.yml
index c8bbe912..01668916 100644
--- a/dan/ele-tub.yml
+++ b/dan/ele-tub.yml
@@ -2,5 +2,7 @@
- name: Basic Setup
hosts: ele-tub
connection: local
+ gather_facts: no
+
roles:
- role: openwrt/image
diff --git a/dan/ele-ups.yml b/dan/ele-ups.yml
index fa780eaf..de4efce7 100644
--- a/dan/ele-ups.yml
+++ b/dan/ele-ups.yml
@@ -2,6 +2,8 @@
- name: Basic Setup
hosts: ele-ups
connection: local
+ gather_facts: no
+
roles:
- role: openwrt/image
# post_tasks: