diff options
Diffstat (limited to 'chaos-at-home/ch-repo.yml')
-rw-r--r-- | chaos-at-home/ch-repo.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chaos-at-home/ch-repo.yml b/chaos-at-home/ch-repo.yml new file mode 100644 index 00000000..b34a9f12 --- /dev/null +++ b/chaos-at-home/ch-repo.yml @@ -0,0 +1,18 @@ +--- +- name: Basic Setup + hosts: ch-repo + roles: + - role: apt-repo/base + - role: core/base + - role: core/sshd/base + - role: core/zsh + - role: core/ntp + +- name: Payload Setup + hosts: ch-repo + roles: + - role: storage/lvm/base + - role: apt-repo/spreadspace + - role: nginx/base + - role: monitoring/prometheus/exporter + - role: apt-cacher-ng |