summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-greenbone.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/ch-greenbone.yml')
-rw-r--r--chaos-at-home/ch-greenbone.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/chaos-at-home/ch-greenbone.yml b/chaos-at-home/ch-greenbone.yml
new file mode 100644
index 00000000..f04effbc
--- /dev/null
+++ b/chaos-at-home/ch-greenbone.yml
@@ -0,0 +1,18 @@
+---
+- name: Basic Setup
+ hosts: ch-greenbone
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh
+ - role: core/ntp
+
+- name: Payload Setup
+ hosts: ch-greenbone
+ roles:
+ - role: storage/lvm/base
+ - role: nginx/base
+ - role: x509/static-ca/base
+ - role: docker/engine
+ - role: greenbone/server