diff options
Diffstat (limited to 'chaos-at-home/mz-router.yml')
-rw-r--r-- | chaos-at-home/mz-router.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chaos-at-home/mz-router.yml b/chaos-at-home/mz-router.yml index 2095632e..301da764 100644 --- a/chaos-at-home/mz-router.yml +++ b/chaos-at-home/mz-router.yml @@ -1,14 +1,14 @@ --- -- hosts: mz-router +- name: Basic Setup + hosts: mz-router connection: local roles: - - role: openwrt/image - delegate_to: localhost + - role: openwrt/image post_tasks: - - pause: - prompt: "\n****** copy and install image onto router and wait for it to come back ******\n" + - 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 }}" + - shell: "base64 -d | ssh chmz-router \"/bin/sh -c 'umask 077; cat > /etc/dyndns/id_rsa'\"" + args: + stdin: "{{ vault_dyndns_ssh_key_b64 }}" |