summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'nodes')
-rw-r--r--nodes/monitor1.json4
-rw-r--r--nodes/web1.json2
2 files changed, 1 insertions, 5 deletions
diff --git a/nodes/monitor1.json b/nodes/monitor1.json
deleted file mode 100644
index 8506ca4..0000000
--- a/nodes/monitor1.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "ip_address": "10.5.5.49",
- "services": "monitor"
-}
diff --git a/nodes/web1.json b/nodes/web1.json
index 689ce62..0e12ed3 100644
--- a/nodes/web1.json
+++ b/nodes/web1.json
@@ -1,4 +1,4 @@
{
- "services": "webapp",
+ "services": [ "webapp", "monitor" ],
"ip_address": "10.5.5.47"
}