From 255baed9440e5656abc225461788a1b265c1e814 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 30 Jan 2020 12:57:27 +0100 Subject: minor cleanups and whitespace fixes --- chaos-at-home/ch-ap.yml | 6 +++--- chaos-at-home/ch-router.yml | 6 +++--- chaos-at-home/ch-sw0.yml | 6 +++--- chaos-at-home/ch-sw1.yml | 6 +++--- chaos-at-home/mz-ap.yml | 6 +++--- chaos-at-home/mz-router.yml | 16 ++++++++-------- chaos-at-home/r3-cccamp19-gw.yml | 2 +- chaos-at-home/r3-cccamp19-sw0.yml | 6 +++--- chaos-at-home/r3-vex2.yml | 6 +++--- 9 files changed, 30 insertions(+), 30 deletions(-) (limited to 'chaos-at-home') diff --git a/chaos-at-home/ch-ap.yml b/chaos-at-home/ch-ap.yml index 085b40c3..1d3c8903 100644 --- a/chaos-at-home/ch-ap.yml +++ b/chaos-at-home/ch-ap.yml @@ -1,6 +1,6 @@ --- -- hosts: chaos-at-home-ap +- name: Basic Setup + hosts: chaos-at-home-ap connection: local roles: - - role: openwrt/image - delegate_to: localhost + - role: openwrt/image diff --git a/chaos-at-home/ch-router.yml b/chaos-at-home/ch-router.yml index 5fa1ca5f..f61feb15 100644 --- a/chaos-at-home/ch-router.yml +++ b/chaos-at-home/ch-router.yml @@ -1,6 +1,6 @@ --- -- hosts: ch-router +- name: Basic Setup + hosts: ch-router connection: local roles: - - role: openwrt/image - delegate_to: localhost + - role: openwrt/image diff --git a/chaos-at-home/ch-sw0.yml b/chaos-at-home/ch-sw0.yml index fd0dedd0..c3d02802 100644 --- a/chaos-at-home/ch-sw0.yml +++ b/chaos-at-home/ch-sw0.yml @@ -3,6 +3,6 @@ hosts: ch-sw0 gather_facts: no roles: - - dellos6/bootstrap - - dellos6/base - - dellos6/layer2 + - role: dellos6/bootstrap + - role: dellos6/base + - role: dellos6/layer2 diff --git a/chaos-at-home/ch-sw1.yml b/chaos-at-home/ch-sw1.yml index 0d86fa48..ed7b0be5 100644 --- a/chaos-at-home/ch-sw1.yml +++ b/chaos-at-home/ch-sw1.yml @@ -3,6 +3,6 @@ hosts: ch-sw1 gather_facts: no roles: - - dellos6/bootstrap - - dellos6/base - - dellos6/layer2 + - role: dellos6/bootstrap + - role: dellos6/base + - role: dellos6/layer2 diff --git a/chaos-at-home/mz-ap.yml b/chaos-at-home/mz-ap.yml index e4e3a1fe..ccae1763 100644 --- a/chaos-at-home/mz-ap.yml +++ b/chaos-at-home/mz-ap.yml @@ -1,6 +1,6 @@ --- -- hosts: mz-ap +- name: Basic Setup + hosts: mz-ap connection: local roles: - - role: openwrt/image - delegate_to: localhost + - role: openwrt/image 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 }}" diff --git a/chaos-at-home/r3-cccamp19-gw.yml b/chaos-at-home/r3-cccamp19-gw.yml index d729471a..e92370ac 100644 --- a/chaos-at-home/r3-cccamp19-gw.yml +++ b/chaos-at-home/r3-cccamp19-gw.yml @@ -2,4 +2,4 @@ - name: configure dyndns hosts: r3-cccamp19-gw roles: - - dyndns/client + - role: dyndns/client diff --git a/chaos-at-home/r3-cccamp19-sw0.yml b/chaos-at-home/r3-cccamp19-sw0.yml index 1fbeb452..36ee99f5 100644 --- a/chaos-at-home/r3-cccamp19-sw0.yml +++ b/chaos-at-home/r3-cccamp19-sw0.yml @@ -3,6 +3,6 @@ hosts: r3-cccamp19-sw0 gather_facts: no roles: - - dellos6/bootstrap - - dellos6/base - - dellos6/layer2 + - role: dellos6/bootstrap + - role: dellos6/base + - role: dellos6/layer2 diff --git a/chaos-at-home/r3-vex2.yml b/chaos-at-home/r3-vex2.yml index 0369175b..4efac0a8 100644 --- a/chaos-at-home/r3-vex2.yml +++ b/chaos-at-home/r3-vex2.yml @@ -2,6 +2,6 @@ - name: nothing to see here hosts: r3-vex2 tasks: - - name: do nothing - debug: - msg: "all the rest is done using the realraum ansible repo" + - name: do nothing + debug: + msg: "all the rest is done using the realraum ansible repo" -- cgit v1.2.3