From b1e5992f0550d7e445ee9a0477cdae5b8a7507e7 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Tue, 15 Feb 2022 09:39:11 +0100 Subject: [PATCH] group home --- groups/locations/home.py | 1 + nodes/home.backups.py | 7 ++++--- nodes/home.homematic.py | 3 ++- nodes/home.hue.py | 3 +++ nodes/home.openhab.py | 3 ++- nodes/home.server.py | 3 ++- nodes/home.stromzaehler.py | 3 ++- nodes/home.unifi.py | 3 +++ 8 files changed, 19 insertions(+), 7 deletions(-) create mode 100644 groups/locations/home.py diff --git a/groups/locations/home.py b/groups/locations/home.py new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/groups/locations/home.py @@ -0,0 +1 @@ +{} diff --git a/nodes/home.backups.py b/nodes/home.backups.py index 527785d..8f79a35 100644 --- a/nodes/home.backups.py +++ b/nodes/home.backups.py @@ -1,10 +1,11 @@ { 'hostname': '10.0.0.5', 'groups': [ - 'debian-11', - 'backup-server', - 'monitored', 'autologin', + 'backup-server', + 'debian-11', + 'home', + 'monitored', ], 'bundles': [ 'smartctl', diff --git a/nodes/home.homematic.py b/nodes/home.homematic.py index e2221f5..3d380f1 100644 --- a/nodes/home.homematic.py +++ b/nodes/home.homematic.py @@ -1,8 +1,9 @@ { 'hostname': '10.0.2.8', 'groups': [ - 'raspberrymatic', 'autologin', + 'home', + 'raspberrymatic', ], 'bundles': [ 'hostname', diff --git a/nodes/home.hue.py b/nodes/home.hue.py index 082c367..6a8fd6b 100644 --- a/nodes/home.hue.py +++ b/nodes/home.hue.py @@ -1,5 +1,8 @@ { 'dummy': True, + 'groups': [ + 'home', + ], 'metadata': { 'id': '', 'network': { diff --git a/nodes/home.openhab.py b/nodes/home.openhab.py index bac4607..9473176 100644 --- a/nodes/home.openhab.py +++ b/nodes/home.openhab.py @@ -1,12 +1,13 @@ { 'hostname': '10.0.0.17', 'groups': [ + 'autologin', 'backup', 'debian-11', + 'home', 'monitored', 'raspberry-pi', 'webserver', - 'autologin', ], 'bundles': [ 'build-agent', diff --git a/nodes/home.server.py b/nodes/home.server.py index fd3bfed..ca49134 100644 --- a/nodes/home.server.py +++ b/nodes/home.server.py @@ -1,14 +1,15 @@ { 'hostname': '10.0.0.2', 'groups': [ + 'autologin', 'backup', 'debian-11', + 'home', 'nextcloud', 'monitored', 'webserver', 'hardware', 'build-server', - 'autologin', ], 'bundles': [ 'apcupsd', diff --git a/nodes/home.stromzaehler.py b/nodes/home.stromzaehler.py index 840bfe0..a658a1c 100644 --- a/nodes/home.stromzaehler.py +++ b/nodes/home.stromzaehler.py @@ -1,10 +1,11 @@ { 'hostname': '10.0.0.15', 'groups': [ + 'autologin', 'debian-11', + 'home', 'raspberry-pi', 'monitored', - 'autologin', ], 'bundles': [ 'stromzaehler', diff --git a/nodes/home.unifi.py b/nodes/home.unifi.py index 444ed86..a8cdce1 100644 --- a/nodes/home.unifi.py +++ b/nodes/home.unifi.py @@ -1,5 +1,8 @@ { 'dummy': True, + 'groups': [ + 'home', + ], 'metadata': { 'id': '', 'network': {