[copr][dist-git] Alias /repo/ /var/lib/dist-git/cache/lookaside/
This commit is contained in:
parent
ad4fa9bc03
commit
c13973a1c1
2 changed files with 5 additions and 1 deletions
1
roles/copr/dist_git/files/httpd/lookaside-copr.conf
Normal file
1
roles/copr/dist_git/files/httpd/lookaside-copr.conf
Normal file
|
@ -0,0 +1 @@
|
|||
Alias /repo/ /var/lib/dist-git/cache/lookaside/
|
|
@ -52,7 +52,10 @@
|
|||
- command: 'git config --global user.name "Copr dist git"'
|
||||
|
||||
- name: install config for httpd to serve lookaside openly
|
||||
copy: src="httpd/lookaside.conf" dest="/etc/httpd/conf.d/dist-git/lookaside.conf"
|
||||
copy: src="httpd/{{ item }}}" dest="/etc/httpd/conf.d/dist-git/{{ item}}"
|
||||
with_items:
|
||||
- lookaside.conf
|
||||
- lookaside-copr.conf
|
||||
tags:
|
||||
- config
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue