From 629fa3398d7d4344204ce0cab79a35e05773e726 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 1 Sep 2024 14:50:55 +0200 Subject: rename mz-* to ch-mz-* and streamline installation --- chaos-at-home/mz-router.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 chaos-at-home/mz-router.yml (limited to 'chaos-at-home/mz-router.yml') 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 }}" -- cgit v1.2.3