summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nodes/antelope.json2
-rw-r--r--tags/mail.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/nodes/antelope.json b/nodes/antelope.json
index 30c1bef..0a1d20c 100644
--- a/nodes/antelope.json
+++ b/nodes/antelope.json
@@ -1,7 +1,7 @@
{
"ip_address": "199.119.112.167",
- "environment": "mail",
"services": ["webapp", "couchdb", "mx", "soledad"],
+ "tags": ["mail"],
"webapp": {
"customization_dir": "= file_path 'mail_webapp'"
}
diff --git a/tags/mail.json b/tags/mail.json
new file mode 100644
index 0000000..675c925
--- /dev/null
+++ b/tags/mail.json
@@ -0,0 +1,3 @@
+{
+ "environment": "mail"
+} \ No newline at end of file