From f595ca6e49e975459604a10f991ff472f41d4bdf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 2 Jun 2024 20:48:51 +0200 Subject: rename ch-apt to ch-repo --- chaos-at-home/ch-repo.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 chaos-at-home/ch-repo.yml (limited to 'chaos-at-home/ch-repo.yml') 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 -- cgit v1.2.3