diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-02-06 22:07:45 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-02-06 22:07:45 +0000 |
commit | b69621b561a06a9bb2df2ca85e2511026d7741c2 (patch) | |
tree | 0242fb1eb7355227d3220d80def75d55ed883dd8 | |
parent | 5b704477673d79bb95de36008df4bb061e1b9b64 (diff) | |
download | ansible-b69621b561a06a9bb2df2ca85e2511026d7741c2.tar.gz ansible-b69621b561a06a9bb2df2ca85e2511026d7741c2.tar.xz ansible-b69621b561a06a9bb2df2ca85e2511026d7741c2.zip |
Use correct ip for pkgs02
-rw-r--r-- | inventory/host_vars/pkgs02.phx2.fedoraproject.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/pkgs02.phx2.fedoraproject.org b/inventory/host_vars/pkgs02.phx2.fedoraproject.org index 12a31cc94..f572c3c98 100644 --- a/inventory/host_vars/pkgs02.phx2.fedoraproject.org +++ b/inventory/host_vars/pkgs02.phx2.fedoraproject.org @@ -1,5 +1,5 @@ --- -eth0_ip: 10.5.125.45 +eth0_ip: 10.5.125.44 eth1_ip: 10.5.127.69 nm: 255.255.255.0 gw: 10.5.125.254 |