summaryrefslogtreecommitdiff
path: root/roles/git_server/templates/gitano-setup.answers
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-21 16:34:57 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-21 16:34:57 +0300
commitbc0d7897d1f4a88d5d60b9460a3fd52a3fc196bc (patch)
tree1c7c784c3dfe9277f06a43342dd117cfd204859a /roles/git_server/templates/gitano-setup.answers
parent62f6d8f4af75970358c661528310d397d57ec8ee (diff)
downloaddebian-ansible-bc0d7897d1f4a88d5d60b9460a3fd52a3fc196bc.tar.gz
Add web_server and git_server roles
Need git_server for the new QvarnLabs git server, and the git server relies on the web server for cgit.
Diffstat (limited to 'roles/git_server/templates/gitano-setup.answers')
-rw-r--r--roles/git_server/templates/gitano-setup.answers11
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/git_server/templates/gitano-setup.answers b/roles/git_server/templates/gitano-setup.answers
new file mode 100644
index 0000000..9c7711e
--- /dev/null
+++ b/roles/git_server/templates/gitano-setup.answers
@@ -0,0 +1,11 @@
+setup.batch "yes"
+paths.bypasskey "/home/git/bypass.pub"
+paths.home "/home/git"
+paths.ssh "/home/git/.ssh"
+paths.pubkey "/home/git/admin.pub"
+paths.repos "/home/git/repos"
+admin.username "admin"
+admin.realname "Administrator"
+admin.email "admin@administrator.local"
+site.name "{{ gitano_site_name }}"
+log.prefix "{{ gitano_log_prefix }}"