summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-repo.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-06-02 20:48:51 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-06-02 20:48:51 +0200
commitf595ca6e49e975459604a10f991ff472f41d4bdf (patch)
treed635009f31c50b9fd8df0d48b624d162205d054d /chaos-at-home/ch-repo.yml
parentrevert some debian/preseed and ubuntu/autoinstall changes because they don't ... (diff)
rename ch-apt to ch-repo
Diffstat (limited to 'chaos-at-home/ch-repo.yml')
-rw-r--r--chaos-at-home/ch-repo.yml18
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