Add a cgit tag to the distgit role for cgit-related task or some of them
This commit is contained in:
parent
de3af0e0d0
commit
3941746aec
1 changed files with 12 additions and 4 deletions
|
@ -302,25 +302,33 @@
|
|||
# This is the pretty web view of the repositories, using CGit.
|
||||
- name: install the prod cgitrc file
|
||||
copy: src=cgitrc dest=/etc/cgitrc
|
||||
tags: distgit
|
||||
tags:
|
||||
- distgit
|
||||
- cgit
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
- name: install our custom header for cgit
|
||||
template: src=cgit-header.html dest=/usr/share/cgit/cgit-header-fedora.html
|
||||
tags: distgit
|
||||
tags:
|
||||
- distgit
|
||||
- cgit
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
- name: install the CGit-related httpd redirect config
|
||||
copy: src=redirect.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org/redirect.conf
|
||||
tags: distgit
|
||||
tags:
|
||||
- distgit
|
||||
- cgit
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
- name: install the CGit-related httpd main config
|
||||
copy: src=cgit.conf dest=/etc/httpd/conf.d/cgit.conf
|
||||
tags: distgit
|
||||
tags:
|
||||
- distgit
|
||||
- cgit
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue