summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-mimas.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/ch-mimas.yml')
-rw-r--r--chaos-at-home/ch-mimas.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/chaos-at-home/ch-mimas.yml b/chaos-at-home/ch-mimas.yml
index 5e5277d8..a07f2e18 100644
--- a/chaos-at-home/ch-mimas.yml
+++ b/chaos-at-home/ch-mimas.yml
@@ -1,7 +1,13 @@
---
- name: Basic Setup
hosts: ch-mimas
- gather_facts: no
- tasks:
- - debug:
- msg: legacy host, not maintained by ansible...
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh
+
+- name: Payload Setup
+ hosts: ch-mimas
+ roles:
+ - role: network/bind