adding infra repo to testdays
This commit is contained in:
parent
e614aa259e
commit
ed22927eb0
1 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue