Add prelim, unfinished yet cut at koji hub role for aarch64 hub.
This commit is contained in:
parent
0fba97c3b0
commit
92b4a3ff7c
6 changed files with 176 additions and 24 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue