From 9a3523d659eb8c51204e3084336e1b884d181274 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 26 Oct 2023 20:08:13 +0200 Subject: Minor changes --- clusterman/config.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'clusterman/config.py') diff --git a/clusterman/config.py b/clusterman/config.py index 58dbdbc..c39c8c2 100644 --- a/clusterman/config.py +++ b/clusterman/config.py @@ -13,6 +13,9 @@ class Config: "ip4_from": "10.128.0.133", "ip4_to": "10.128.0.140", "ip4_ignore": ["10.0.0.5", "10.0.0.1"], + "groups": { + "all": "*" + } }, "plugins": { "ls": "ls -al" }, "timeout": 0.5, @@ -27,7 +30,8 @@ class Config: "cluster": {"type": "object", "properties":{ "ip4_from": {"type": "string"}, "ip4_to": {"type": "string"}, - "ip4_ignore": {"type": "array", "items":{"type": "string"}} + "ip4_ignore": {"type": "array", "items":{"type": "string"}}, + "groups": {"type": "object"} }} }, "required":[ -- cgit v1.2.3