add some necessary pkgs
This commit is contained in:
parent
bd821f4c9b
commit
42c749ac8f
1 changed files with 12 additions and 3 deletions
|
@ -43,10 +43,19 @@
|
||||||
- --service=http
|
- --service=http
|
||||||
|
|
||||||
|
|
||||||
# setup webserver
|
# packages needed
|
||||||
- name: add lighttpd
|
- name: add packages for copr-be
|
||||||
action: yum state=present name=lighttpd
|
action: yum state=present name=$item
|
||||||
|
with_items:
|
||||||
|
- lighttpd
|
||||||
|
- euca2ools
|
||||||
|
- rsync
|
||||||
|
- openssh-clients
|
||||||
|
- mock
|
||||||
|
- yum-utils
|
||||||
|
- createrepo
|
||||||
|
|
||||||
|
# setup webserver
|
||||||
- name: add config for copr-repo path
|
- name: add config for copr-repo path
|
||||||
action: copy src=$files/copr/lighttpd/lighttpd.conf dest=/etc/lighttpd/lighttpd.conf owner=root group=root mode=0644
|
action: copy src=$files/copr/lighttpd/lighttpd.conf dest=/etc/lighttpd/lighttpd.conf owner=root group=root mode=0644
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue