summaryrefslogtreecommitdiff
path: root/clusterman/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'clusterman/config.py')
-rw-r--r--clusterman/config.py6
1 files changed, 5 insertions, 1 deletions
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":[