From c552bfd095b3a1c9a2e15df5330201713ce5a6b8 Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 8 Jun 2013 01:04:38 -0700 Subject: added and initialized dc production nodes (snake, wombat, zebra) --- nodes/wombat.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nodes/wombat.json (limited to 'nodes/wombat.json') diff --git a/nodes/wombat.json b/nodes/wombat.json new file mode 100644 index 0000000..e99df3d --- /dev/null +++ b/nodes/wombat.json @@ -0,0 +1,8 @@ +{ + "ip_address": "199.119.112.20", + "tags": ["production", "dc"], + "services": [ + "monitor", + "webapp" + ] +} -- cgit v1.2.3