From 14dd446fd451e96d7d95f4a1c14cdc83b49f9cdc Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 27 Nov 2024 17:31:28 +0100 Subject: [PATCH] Add monitor For monitoring stuff. --- setup.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.yml b/setup.yml index 15efc69..99aa1f8 100644 --- a/setup.yml +++ b/setup.yml @@ -3,6 +3,13 @@ roles: - facts +- hosts: monitor + roles: + - alpine + - nginx + - influxdb + - grafana + - hosts: dhcp roles: - alpine