diff options
author | Julien Dessaux | 2018-03-15 18:10:06 +0100 |
---|---|---|
committer | Julien Dessaux | 2018-03-15 18:21:12 +0100 |
commit | 18bd9b07b06d45891dd5bf1a46633579850e5e62 (patch) | |
tree | b8e0125cfb82d8649a6c8f814bd14f72b1c0e8ee /cmdb/hosts | |
parent | cosmetics (diff) | |
download | masterfiles-18bd9b07b06d45891dd5bf1a46633579850e5e62.tar.gz masterfiles-18bd9b07b06d45891dd5bf1a46633579850e5e62.tar.bz2 masterfiles-18bd9b07b06d45891dd5bf1a46633579850e5e62.zip |
Fixed fqdn missing from /etc/hosts
Diffstat (limited to '')
-rw-r--r-- | cmdb/hosts/andromeda.yaml | 1 | ||||
-rw-r--r-- | cmdb/hosts/collab-jde.yaml | 3 | ||||
-rw-r--r-- | cmdb/hosts/legend.yaml | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/cmdb/hosts/andromeda.yaml b/cmdb/hosts/andromeda.yaml index 52bce5d..4ecca5d 100644 --- a/cmdb/hosts/andromeda.yaml +++ b/cmdb/hosts/andromeda.yaml @@ -1,3 +1,4 @@ +domain: adyxax.org host_interface: dummy0 host_ip: "10.1.0.255" diff --git a/cmdb/hosts/collab-jde.yaml b/cmdb/hosts/collab-jde.yaml index 3d8064a..e02e571 100644 --- a/cmdb/hosts/collab-jde.yaml +++ b/cmdb/hosts/collab-jde.yaml @@ -1,4 +1,5 @@ -host_interface: dummy0 +domain: adyxax.org +host_interface: br0 host_ip: "10.1.0.253" tunnels: diff --git a/cmdb/hosts/legend.yaml b/cmdb/hosts/legend.yaml index a94400d..46cd451 100644 --- a/cmdb/hosts/legend.yaml +++ b/cmdb/hosts/legend.yaml @@ -1,3 +1,4 @@ +domain: adyxax.org host_interface: dummy0 host_ip: "10.1.0.254" |