summaryrefslogtreecommitdiff
path: root/spreadspace
diff options
context:
space:
mode:
Diffstat (limited to 'spreadspace')
-rw-r--r--spreadspace/glt-gw-r3.yml8
-rw-r--r--spreadspace/glt-gw-tug.yml8
2 files changed, 16 insertions, 0 deletions
diff --git a/spreadspace/glt-gw-r3.yml b/spreadspace/glt-gw-r3.yml
new file mode 100644
index 00000000..c3123092
--- /dev/null
+++ b/spreadspace/glt-gw-r3.yml
@@ -0,0 +1,8 @@
+---
+- name: Basic Setup
+ hosts: glt-gw-r3
+ connection: local
+ gather_facts: no
+
+ roles:
+ - role: openwrt/image
diff --git a/spreadspace/glt-gw-tug.yml b/spreadspace/glt-gw-tug.yml
new file mode 100644
index 00000000..f9e40e2e
--- /dev/null
+++ b/spreadspace/glt-gw-tug.yml
@@ -0,0 +1,8 @@
+---
+- name: Basic Setup
+ hosts: glt-gw-tug
+ connection: local
+ gather_facts: no
+
+ roles:
+ - role: openwrt/image