summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-atlas.yml2
-rw-r--r--chaos-at-home/ch-gnocchi.yml4
-rw-r--r--chaos-at-home/ch-router-obsd.yml7
3 files changed, 10 insertions, 3 deletions
diff --git a/chaos-at-home/ch-atlas.yml b/chaos-at-home/ch-atlas.yml
index 21c52da1..a1cd0b0c 100644
--- a/chaos-at-home/ch-atlas.yml
+++ b/chaos-at-home/ch-atlas.yml
@@ -5,4 +5,4 @@
- role: sshd
- role: zsh
- role: vm/host
- - role: installer/debian
+ - role: installer/debian/base
diff --git a/chaos-at-home/ch-gnocchi.yml b/chaos-at-home/ch-gnocchi.yml
index 2ab51770..8a39ee19 100644
--- a/chaos-at-home/ch-gnocchi.yml
+++ b/chaos-at-home/ch-gnocchi.yml
@@ -6,8 +6,8 @@
- role: sshd
- role: zsh
- role: vm/host
- - role: installer/debian
- - role: installer/openbsd
+ - role: installer/debian/base
+ - role: installer/openbsd/base
post_tasks:
# you need to reboot for changes to take effect
- name: install network interface config
diff --git a/chaos-at-home/ch-router-obsd.yml b/chaos-at-home/ch-router-obsd.yml
new file mode 100644
index 00000000..76b79316
--- /dev/null
+++ b/chaos-at-home/ch-router-obsd.yml
@@ -0,0 +1,7 @@
+---
+- name: Basic Setup
+ hosts: ch-router-obsd
+ roles:
+ - role: base
+ - role: sshd
+ - role: zsh