diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-02-05 23:04:58 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-02-05 23:04:58 +0000 |
commit | 0231ec6cf71aebadc0c781c94cab78fabeb63b0e (patch) | |
tree | 72afaddbb90f065ffdd0c71f99e260600ac14b09 | |
parent | 2bfd348f42f0efa656852037e1531aed5d315ae6 (diff) | |
download | ansible-0231ec6cf71aebadc0c781c94cab78fabeb63b0e.tar.gz ansible-0231ec6cf71aebadc0c781c94cab78fabeb63b0e.tar.xz ansible-0231ec6cf71aebadc0c781c94cab78fabeb63b0e.zip |
This needs gw set as well.
-rw-r--r-- | inventory/host_vars/backup01.phx2.fedoraproject.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inventory/host_vars/backup01.phx2.fedoraproject.org b/inventory/host_vars/backup01.phx2.fedoraproject.org index 438962a34..ddf54c015 100644 --- a/inventory/host_vars/backup01.phx2.fedoraproject.org +++ b/inventory/host_vars/backup01.phx2.fedoraproject.org @@ -6,3 +6,4 @@ datacenter: phx2 eth0_ip: 10.5.126.161 eth1_ip: 10.5.127.24 +gw: 10.5.126.254 |