summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-01-30 12:57:27 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-01-30 12:57:27 +0100
commit255baed9440e5656abc225461788a1b265c1e814 (patch)
tree5bacd5bacab53a8a8f3484671de1e18109a71935 /chaos-at-home
parentadded ele-ups router (diff)
minor cleanups and whitespace fixes
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-ap.yml6
-rw-r--r--chaos-at-home/ch-router.yml6
-rw-r--r--chaos-at-home/ch-sw0.yml6
-rw-r--r--chaos-at-home/ch-sw1.yml6
-rw-r--r--chaos-at-home/mz-ap.yml6
-rw-r--r--chaos-at-home/mz-router.yml16
-rw-r--r--chaos-at-home/r3-cccamp19-gw.yml2
-rw-r--r--chaos-at-home/r3-cccamp19-sw0.yml6
-rw-r--r--chaos-at-home/r3-vex2.yml6
9 files changed, 30 insertions, 30 deletions
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"