summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-12-08 02:31:40 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-12-28 18:58:11 +0100
commit0c376fad4c4ee54836819ea91f87e2f30623e36b (patch)
tree9aeb9c5e043cc5b051e2e569231daff9dc359155 /chaos-at-home
parentadd banner for equinox worksations (diff)
add host ch-equinox-t450s
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-equinox-t450s.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/chaos-at-home/ch-equinox-t450s.yml b/chaos-at-home/ch-equinox-t450s.yml
new file mode 100644
index 00000000..06fd233a
--- /dev/null
+++ b/chaos-at-home/ch-equinox-t450s.yml
@@ -0,0 +1,21 @@
+---
+- name: Basic Setup
+ hosts: ch-equinox-t450s
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd
+ - role: core/zsh
+ - role: core/cpu-microcode
+ - role: apt-repo/backports
+ - role: apt-repo/spreadspace
+ - role: apt-repo/tor-project
+ - role: apt-repo/kubernetes
+ - role: apt-repo/riot
+ - role: zfs/base
+ - role: ws/base
+ - role: core/admin-users
+ post_tasks:
+ - name: install ansible via pip
+ pip:
+ name: ansible