summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-09-28 00:59:55 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-09-28 00:59:55 +0200
commit04af5b8a7a12ba01c7c172b37e9d36a44959dddc (patch)
treecf1898cee1ebab62e68192b0fcedfb561e2f8725 /chaos-at-home
parentdon't use apt_key and apt_repository module anymore (cont'd) (diff)
added minimal playbook for pan and mimas
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-mimas.yml6
-rw-r--r--chaos-at-home/ch-pan.yml6
2 files changed, 12 insertions, 0 deletions
diff --git a/chaos-at-home/ch-mimas.yml b/chaos-at-home/ch-mimas.yml
new file mode 100644
index 00000000..0614b5ac
--- /dev/null
+++ b/chaos-at-home/ch-mimas.yml
@@ -0,0 +1,6 @@
+---
+- name: Basic Setup
+ hosts: ch-mimas
+ roles:
+ - role: zsh
+ - role: apt-repo/spreadspace
diff --git a/chaos-at-home/ch-pan.yml b/chaos-at-home/ch-pan.yml
new file mode 100644
index 00000000..027f2096
--- /dev/null
+++ b/chaos-at-home/ch-pan.yml
@@ -0,0 +1,6 @@
+---
+- name: Basic Setup
+ hosts: ch-pan
+ roles:
+ - role: zsh
+ - role: apt-repo/spreadspace