mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
add IP here so I can run the playbook until the DNS cache drops my messup
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user