adding infra repo to testdays

This commit is contained in:
Tim Flink 2015-09-10 03:30:29 +00:00
parent e614aa259e
commit ed22927eb0

View file

@ -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