diff options
author | Micah Anderson <micah@riseup.net> | 2012-11-13 17:38:05 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-11-13 17:38:05 -0500 |
commit | 83e00551c65eb09e5e96f63c6ec4465fae4249a7 (patch) | |
tree | facc62e13ab404734f25dcf8ce160a18ee79982c /provider/nodes/web1_vagrant.json | |
parent | 3866cfc8c4976b84b62b1a831b1e8baa1bef4daf (diff) |
add vagrant specific node configurations
Diffstat (limited to 'provider/nodes/web1_vagrant.json')
-rw-r--r-- | provider/nodes/web1_vagrant.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/provider/nodes/web1_vagrant.json b/provider/nodes/web1_vagrant.json new file mode 100644 index 0000000..4e80ba9 --- /dev/null +++ b/provider/nodes/web1_vagrant.json @@ -0,0 +1,5 @@ +{ + "services": "webapp", + "tags": ["vagrant"], + "ip_address": "10.5.5.47" +} |