From 7c32a637b0edce2b69d79999952f01be9299dfd6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 1 Apr 2016 17:34:41 +0000 Subject: [PATCH] Update IP here. --- inventory/inventory | 2 +- playbooks/hosts/fedora-hubs-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/inventory b/inventory/inventory index 4188de41a3..f452afabe2 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -949,7 +949,7 @@ pdc-backend01.stg.phx2.fedoraproject.org [transient-cloud] # fedora-hubs-dev -209.132.184.97 +209.132.184.98 [persistent-cloud] # artboard instance diff --git a/playbooks/hosts/fedora-hubs-dev.yml b/playbooks/hosts/fedora-hubs-dev.yml index 4c31af3867..9f9e8444a1 100644 --- a/playbooks/hosts/fedora-hubs-dev.yml +++ b/playbooks/hosts/fedora-hubs-dev.yml @@ -1,5 +1,5 @@ - name: provision instance - hosts: 209.132.184.97 # this is transient.. so may change if we destroy it. + hosts: 209.132.184.98 # this is transient.. so may change if we destroy it. user: root gather_facts: True