From ed22927eb010b243548e10af286804252541dc77 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 10 Sep 2015 03:30:29 +0000 Subject: [PATCH] adding infra repo to testdays --- playbooks/hosts/testdays.fedorainfracloud.org.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/playbooks/hosts/testdays.fedorainfracloud.org.yml b/playbooks/hosts/testdays.fedorainfracloud.org.yml index 5f964d41ce..0b2f372e4a 100644 --- a/playbooks/hosts/testdays.fedorainfracloud.org.yml +++ b/playbooks/hosts/testdays.fedorainfracloud.org.yml @@ -26,8 +26,18 @@ - name: set hostname (required by some services, at least postfix need it) shell: "hostname {{inventory_hostname}}" - roles: - - postgresql_server + tasks: + - name: add infrastructure repo + action: copy src="{{ files }}/common/{{ item }}" dest="/etc/yum.repos.d/{{ item }}" + with_items: + - infrastructure.repo + - infrastructure-testing.repo + tags: + - config + - packages + - yumrepos + roles: + - postgresql_server - name: configure resultsdb and testdays hosts: testdays.fedorainfracloud.org