summaryrefslogtreecommitdiff
path: root/host_vars/git.mlplatform.org
blob: 65a8388a373f556d74ee261160af9c50a97872b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
server_role: git-review
hosttype: git-nonlinaro
git_host: git.mlplatform.org

certbot_host_domain: git.mlplatform.org
ssl_cert: /etc/letsencrypt/live/{{certbot_host_domain}}/fullchain.pem
ssl_key: /etc/letsencrypt/live/{{certbot_host_domain}}/privkey.pem
ssl_ca: /etc/letsencrypt/live/{{certbot_host_domain}}/fullchain.pem

host_site_name: ARM ML Code Review
host_site_desc: Git Repositories hosted by Linaro
clone_urls:
 - https://{{inventory_hostname}}
cgit_strict_export: false