summaryrefslogtreecommitdiff
path: root/hosts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hosts.xml')
-rw-r--r--hosts.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/hosts.xml b/hosts.xml
new file mode 100644
index 0000000..1a5e7b1
--- /dev/null
+++ b/hosts.xml
@@ -0,0 +1,34 @@
1<?xml version="1.0"?>
2<configuration>
3<host name="softgroup1" description="">
4 <ip address="72.14.181.137" name="softgroup1"
5 device="eth0">
6 <alias name="pompom" />
7 </ip>
8 <ip address="192.168.136.9" name="softgroup1-back"
9 device="eth0:0" />
10 <location name="dallas" />
11 <role name="softgroup1" />
12</host>
13
14<host name="mca1" description="">
15 <ip address="72.14.187.34" name="mca1" device="eth0">
16 <alias name="marzipan" />
17 </ip>
18 <ip address="192.168.146.85" name="mca1-back"
19 device="eth0:0" />
20 <location name="dallas" />
21 <role name="web_core" />
22</host>
23
24<host name="cweisel1" description="">
25 <ip address="69.164.193.177" name="cweisel1"
26 device="eth0">
27 <alias name="homestar" />
28 </ip>
29 <ip address="192.168.146.206" name="cweisel1-back"
30 device="eth0:0" />
31 <location name="dallas" />
32 <role name="cweisel1" />
33</host>
34</configuration>