Add 'installbox2kiosk' role.
This commit is contained in:
parent
e86d1a5903
commit
7b310eba63
5 changed files with 101 additions and 37 deletions
12
roles/installbox2kiosk/templates/git-repo.j2
Normal file
12
roles/installbox2kiosk/templates/git-repo.j2
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Access to git repository.
|
||||
service git
|
||||
{
|
||||
disable = no
|
||||
type = UNLISTED
|
||||
port = 9418
|
||||
socket_type = stream
|
||||
wait = no
|
||||
user = nobody
|
||||
server = /usr/bin/git
|
||||
server_args = daemon --inetd --export-all --base-path={{ repo_dir }}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue