summaryrefslogtreecommitdiff
path: root/hosts.xml
blob: 1a5e7b18c9057de2d38292e3a4753a2fe4bbf73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<configuration>
<host name="softgroup1" description="">
    <ip address="72.14.181.137" name="softgroup1"
        device="eth0">
        <alias name="pompom" />
    </ip>
    <ip address="192.168.136.9" name="softgroup1-back"
        device="eth0:0" />
    <location name="dallas" />
    <role name="softgroup1" />
</host>

<host name="mca1" description="">
    <ip address="72.14.187.34" name="mca1" device="eth0">
        <alias name="marzipan" />
    </ip>
    <ip address="192.168.146.85" name="mca1-back"
        device="eth0:0" />
    <location name="dallas" />
    <role name="web_core" />
</host>

<host name="cweisel1" description="">
    <ip address="69.164.193.177" name="cweisel1"
        device="eth0">
        <alias name="homestar" />
    </ip>
    <ip address="192.168.146.206" name="cweisel1-back"
        device="eth0:0" />
    <location name="dallas" />
    <role name="cweisel1" />
</host>
</configuration>