summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-12-10 03:10:30 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-12-10 03:10:30 +0100
commit84667fd186fc2fe72d44afd1a595112b5adf54db (patch)
tree8cd88603de0c14f926d5e2cac523c4d255a4a5a3 /playbooks
parentadded very basic docker and kubernetes roles (diff)
initial config for thetys
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/thetys.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/thetys.yaml b/playbooks/thetys.yaml
new file mode 100644
index 00000000..11dfab64
--- /dev/null
+++ b/playbooks/thetys.yaml
@@ -0,0 +1,8 @@
+---
+- name: Basic Setup
+ hosts: thetys
+ roles:
+ - role: base
+ - role: sshserver
+ - role: zsh
+ - role: kubernetes-base