summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-28 18:46:49 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-28 18:46:49 +0200
commit2ccdc4546d38ed0e9d6784668168c4d566311f6f (patch)
treef7893ea03c648e63a1ace6388b2ab0162b1861a6 /chaos-at-home
parentupdate prometheus exporter ssl and chrony (diff)
move raspios and openwrt folders to installer/
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/image-generate.yml2
-rw-r--r--chaos-at-home/mz-ap.yml3
-rw-r--r--chaos-at-home/mz-router.yml4
-rw-r--r--chaos-at-home/openwrt-deploy.yml2
-rw-r--r--chaos-at-home/vm-deploy.yml2
5 files changed, 5 insertions, 8 deletions
diff --git a/chaos-at-home/image-generate.yml b/chaos-at-home/image-generate.yml
index 4c2f5fb9..1b11f1eb 100644
--- a/chaos-at-home/image-generate.yml
+++ b/chaos-at-home/image-generate.yml
@@ -4,7 +4,7 @@
connection: local
gather_facts: no
roles:
- - role: "{{ install_distro }}/image"
+ - role: "installer/{{ install_distro }}/image"
post_tasks:
- pause:
seconds: 0
diff --git a/chaos-at-home/mz-ap.yml b/chaos-at-home/mz-ap.yml
index 869f051d..46b0aa88 100644
--- a/chaos-at-home/mz-ap.yml
+++ b/chaos-at-home/mz-ap.yml
@@ -3,6 +3,5 @@
hosts: mz-ap
connection: local
gather_facts: no
-
roles:
- - role: openwrt/image
+ - role: installer/openwrt/image
diff --git a/chaos-at-home/mz-router.yml b/chaos-at-home/mz-router.yml
index 94646991..8f4f056f 100644
--- a/chaos-at-home/mz-router.yml
+++ b/chaos-at-home/mz-router.yml
@@ -3,10 +3,8 @@
hosts: mz-router
connection: local
gather_facts: no
-
roles:
- - role: openwrt/image
-
+ - role: installer/openwrt/image
post_tasks:
- pause:
prompt: "\n****** copy and install image onto router and wait for it to come back ******\n"
diff --git a/chaos-at-home/openwrt-deploy.yml b/chaos-at-home/openwrt-deploy.yml
index 2832d6ed..e7cc49fa 100644
--- a/chaos-at-home/openwrt-deploy.yml
+++ b/chaos-at-home/openwrt-deploy.yml
@@ -4,6 +4,6 @@
connection: local
gather_facts: no
roles:
- - role: openwrt/image
+ - role: installer/openwrt/image
- import_playbook: ../common/openwrt-deploy.yml
diff --git a/chaos-at-home/vm-deploy.yml b/chaos-at-home/vm-deploy.yml
index 33268b6d..8530b14a 100644
--- a/chaos-at-home/vm-deploy.yml
+++ b/chaos-at-home/vm-deploy.yml
@@ -4,7 +4,7 @@
connection: local
gather_facts: no
roles:
- - role: "{{ install_distro }}/image"
+ - role: "installer/{{ install_distro }}/image"
- name: cook variables for host
hosts: "{{ install_hostname }}"