summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-02 00:47:49 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-02 00:47:49 +0100
commit1c4dfcaa61bb8d1c1d7e5b87e42b5e84ad9ed887 (patch)
tree88a0eead379d94c540d14b3f79a3434e594c8429
parentfix and slightly improve hetzner cloud installer (diff)
remove unneded playbooks
-rw-r--r--chaos-at-home/openwrt.yml18
-rw-r--r--dan/openwrt.yml30
-rw-r--r--spreadspace/openwrt.yml18
3 files changed, 0 insertions, 66 deletions
diff --git a/chaos-at-home/openwrt.yml b/chaos-at-home/openwrt.yml
deleted file mode 100644
index 9a02c8c6..00000000
--- a/chaos-at-home/openwrt.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-- name: generate OpenWRT image
- hosts: "{{ install_hostname }}"
- connection: local
- gather_facts: no
-
- roles:
- - role: openwrt/image
- post_tasks:
- - name: print resulting files
- pause:
- seconds: 0
- prompt: |
- You can find the newly generated files here:
-
- {% for image in openwrt_output_images %}
- {{ image | realpath }}
- {% endfor %}
diff --git a/dan/openwrt.yml b/dan/openwrt.yml
deleted file mode 100644
index 24ea76ec..00000000
--- a/dan/openwrt.yml
+++ /dev/null
@@ -1,30 +0,0 @@
----
-- name: generate OpenWRT image
- hosts: "{{ install_hostname }}"
- connection: local
- gather_facts: no
-
- roles:
- - role: openwrt/image
- post_tasks:
- - name: print resulting files
- pause:
- seconds: 0
- prompt: |
- You can find the newly generated files here:
-
- {% for image in openwrt_output_images %}
- {{ image | realpath }}
- {% endfor %}
-
- # - name: copy image to target
- # command: "scp '{{ openwrt_output_images[0] }}' '{{ inventory_hostname }}:/tmp/ansible-upgrade.img'"
-
- # - name: run sysupgrade
- # command: "ssh '{{ inventory_hostname }}' sysupgrade -n '/tmp/ansible-upgrade.img'"
- # ignore_errors: true
- # failed_when: false
- # register: sysupgrade_result
-
- # - debug:
- # var: sysupgrade_result.stdout
diff --git a/spreadspace/openwrt.yml b/spreadspace/openwrt.yml
deleted file mode 100644
index 9a02c8c6..00000000
--- a/spreadspace/openwrt.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-- name: generate OpenWRT image
- hosts: "{{ install_hostname }}"
- connection: local
- gather_facts: no
-
- roles:
- - role: openwrt/image
- post_tasks:
- - name: print resulting files
- pause:
- seconds: 0
- prompt: |
- You can find the newly generated files here:
-
- {% for image in openwrt_output_images %}
- {{ image | realpath }}
- {% endfor %}