From dfd4748d3401079f7ad2d42f27d27ae299283867 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 2 Jun 2015 05:12:22 +0000 Subject: [PATCH] add IP here so I can run the playbook until the DNS cache drops my messup Signed-off-by: Ricky Elrod --- inventory/inventory | 1 + playbooks/hosts/grafana.cloud.fedoraproject.org.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inventory/inventory b/inventory/inventory index 985a9f25e5..6e11852ca4 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -805,6 +805,7 @@ copr-keygen.cloud.fedoraproject.org taiga.cloud.fedoraproject.org # graphite/statsd/grafana exploration grafana.cloud.fedoraproject.org +209.132.184.51 [jenkins-slaves] # EL-6 builder diff --git a/playbooks/hosts/grafana.cloud.fedoraproject.org.yml b/playbooks/hosts/grafana.cloud.fedoraproject.org.yml index 75b5d2a070..84a11439c1 100644 --- a/playbooks/hosts/grafana.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/grafana.cloud.fedoraproject.org.yml @@ -1,5 +1,5 @@ - name: check/create instance - hosts: grafana.cloud.fedoraproject.org + hosts: grafana.cloud.fedoraproject.org:209.132.184.51 user: fedora sudo: True gather_facts: False @@ -15,7 +15,7 @@ - include: "{{ tasks }}/growroot_cloud.yml" - name: setup all the things - hosts: grafana.cloud.fedoraproject.org + hosts: grafana.cloud.fedoraproject.org:209.132.184.51 user: fedora sudo: True gather_facts: True