collab: Add foo.sh theme support
This commit is contained in:
parent
40639ee1d0
commit
0621850db4
5 changed files with 18 additions and 0 deletions
11
roles/collab/files/foo.sh/css/screen.css
Normal file
11
roles/collab/files/foo.sh/css/screen.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
#logo {
|
||||
padding: 5px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.navbar-inverse {
|
||||
background: #000;
|
||||
background-image: url('/moin_static/foo.sh/img/background.png');
|
||||
background-repeat: repeat-x;
|
||||
height: 55px;
|
||||
}
|
BIN
roles/collab/files/foo.sh/img/background.png
Normal file
BIN
roles/collab/files/foo.sh/img/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 B |
BIN
roles/collab/files/foo.sh/img/logo.png
Normal file
BIN
roles/collab/files/foo.sh/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
roles/collab/files/foo.sh/img/not-found.png
Normal file
BIN
roles/collab/files/foo.sh/img/not-found.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
|
@ -206,6 +206,13 @@
|
|||
state: link
|
||||
follow: false
|
||||
|
||||
- name: install foo.sh theme
|
||||
synchronize:
|
||||
dest: "/srv/web/{{ inventory_hostname }}/moin_static/"
|
||||
src: foo.sh
|
||||
delete: true
|
||||
recursive: true
|
||||
|
||||
- name: add apache to collab group
|
||||
user:
|
||||
name: apache
|
||||
|
|
Loading…
Add table
Reference in a new issue