summaryrefslogtreecommitdiff
path: root/facts.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-06-27 19:22:18 +0200
committervarac <varacanero@zeromail.org>2013-06-27 19:22:18 +0200
commit4eef37c26c9a742cd07c23e5093851a205645064 (patch)
tree1c08eee9513a906b74f5b38be76c8e0f6abcdbe0 /facts.json
parent4ba8c86596e88d74a4f7ce75b9ff367d4c9d708d (diff)
updated facts.json to include private IPs for PC hosts
Diffstat (limited to 'facts.json')
-rw-r--r--facts.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/facts.json b/facts.json
index bfaad8a..ae66bdb 100644
--- a/facts.json
+++ b/facts.json
@@ -1,4 +1,7 @@
{
+ "beetle": {
+ "ec2_local_ipv4": "192.168.10.18"
+ },
"canvasback": {
"ec2_local_ipv4": "192.168.4.22"
},
@@ -8,12 +11,18 @@
"gadwall": {
"ec2_local_ipv4": "192.168.4.28"
},
+ "giraffe": {
+ "ec2_local_ipv4": "192.168.10.20"
+ },
"snake": {
"ec2_local_ipv4": "192.168.4.34"
},
"wombat": {
"ec2_local_ipv4": "192.168.4.32"
},
+ "worm": {
+ "ec2_local_ipv4": "192.168.10.17"
+ },
"zebra": {
"ec2_local_ipv4": "192.168.4.33"
}