Add prelim, unfinished yet cut at koji hub role for aarch64 hub.

This commit is contained in:
Kevin Fenzi 2013-09-12 17:01:07 +00:00
parent 0fba97c3b0
commit 92b4a3ff7c
6 changed files with 176 additions and 24 deletions

View file

@ -1,23 +0,0 @@
---
#
# Setup koji hub server.
#
- name: install koji hub server packages
yum: name=$item state=installed
with_items:
- koji-hub
- koji-web
- koji-utils
- mod_ssl
- git
- gnupg2
tags:
- packages
- name: Set httpd to run on boot
service: name=httpd enabled=yes
ignore_errors: true
notify:
- restart httpd
tags:
- service