Add README
This commit is contained in:
parent
43398704a4
commit
380b48646e
4 changed files with 51 additions and 2 deletions
|
|
@ -1,13 +1,18 @@
|
|||
- name: Install host requisites
|
||||
dnf:
|
||||
name: cgit,gitolite3,python3-pygments,python3-docutils,nodejs-markdown
|
||||
name: cgit,gitolite3,python3-pygments,python3-docutils,nodejs-markdown,python3-markdown
|
||||
state: latest
|
||||
|
||||
- name: Copy cgit favicon
|
||||
- name: Copy cgit logo
|
||||
copy:
|
||||
src: cgit-logo.png
|
||||
dest: /var/www/git.jaseg.de/cgit.png
|
||||
|
||||
- name: Copy cgit favicon
|
||||
copy:
|
||||
src: cgit-favicon.ico
|
||||
dest: /var/www/git.jaseg.de/favicon.ico
|
||||
|
||||
- name: Create cgit instance config dir
|
||||
file:
|
||||
path: /var/lib/cgit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue