summaryrefslogtreecommitdiff
path: root/tags
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-05-27 20:27:10 -0700
committerelijah <elijah@riseup.net>2013-05-27 20:27:10 -0700
commitab18f6f664a8cf98d1f05ee27964a3ea83a1e6db (patch)
tree0e672b12e3d13def20d1f6633c87ffcc9a6549ae /tags
parent9a6dd34e60dcb39a241659f6eb89859aee63ae56 (diff)
added nodes canvasback, gadwall, harrier
Diffstat (limited to 'tags')
-rw-r--r--tags/dc.json11
-rw-r--r--tags/seattle.json11
2 files changed, 22 insertions, 0 deletions
diff --git a/tags/dc.json b/tags/dc.json
new file mode 100644
index 0000000..3a1ee5c
--- /dev/null
+++ b/tags/dc.json
@@ -0,0 +1,11 @@
+{
+ "location": {
+ "name": "Washington D.C.",
+ "country_code": "US",
+ "timezone":"-5",
+ "hemisphere": "N"
+ },
+ "ssh": {
+ "port": 22
+ }
+}
diff --git a/tags/seattle.json b/tags/seattle.json
new file mode 100644
index 0000000..efc5784
--- /dev/null
+++ b/tags/seattle.json
@@ -0,0 +1,11 @@
+{
+ "location": {
+ "name": "Seattle, WA",
+ "country_code": "US",
+ "timezone":"-7",
+ "hemisphere": "N"
+ },
+ "ssh": {
+ "port": 22
+ }
+}