summaryrefslogtreecommitdiff
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
parentdon't use apt_key and apt_repository module anymore (cont'd) (diff)
added minimal playbook for pan and mimas
-rw-r--r--chaos-at-home/ch-mimas.yml6
-rw-r--r--chaos-at-home/ch-pan.yml6
-rw-r--r--inventory/hosts.ini1
3 files changed, 13 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
diff --git a/inventory/hosts.ini b/inventory/hosts.ini
index e6cde03f..d3a3cfa6 100644
--- a/inventory/hosts.ini
+++ b/inventory/hosts.ini
@@ -15,6 +15,7 @@ ansible_port=222
[chaos-at-home]
ch-atlas host_name=atlas
ch-pan host_name=pan
+ch-mimas host_name=mimas
ch-keyserver host_name=keyserver
ch-testvm host_name=testvm
ch-mimas2 host_name=mimas