summaryrefslogtreecommitdiff
path: root/chaos-at-home/mz-router.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-09-01 14:50:55 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-09-01 14:50:55 +0200
commit629fa3398d7d4344204ce0cab79a35e05773e726 (patch)
tree0b18e79147abc4218287410a2bfb175642507497 /chaos-at-home/mz-router.yml
parentprometheus remote-write: refactor config to force naming destinations (diff)
rename mz-* to ch-mz-* and streamline installation
Diffstat (limited to 'chaos-at-home/mz-router.yml')
-rw-r--r--chaos-at-home/mz-router.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/chaos-at-home/mz-router.yml b/chaos-at-home/mz-router.yml
deleted file mode 100644
index 8f4f056f..00000000
--- a/chaos-at-home/mz-router.yml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-- name: Basic Setup
- hosts: mz-router
- connection: local
- gather_facts: no
- roles:
- - role: installer/openwrt/image
- post_tasks:
- - pause:
- prompt: "\n****** copy and install image onto router and wait for it to come back ******\n"
-
- - shell: "base64 -d | ssh chmz-router \"/bin/sh -c 'umask 077; cat > /etc/dyndns/id_rsa'\""
- args:
- stdin: "{{ vault_dyndns_ssh_key_b64 }}"