summaryrefslogtreecommitdiff
path: root/host_vars/git.trustedfirmware.org
blob: e81ad82fca30fdd0d9bc614e7dcfc65e4818ca9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
server_role: foo
hosttype: git-nonlinaro

host_site_name: Trusted Firmware Code Review
host_site_desc: Git repositories hosted by Linaro
git_host: git.trustedfirmware.org
clone_urls:
  - https://{{inventory_hostname}}
cgit_strict_export: false

ssl_cert: /etc/dehydrated/certs/{{inventory_hostname}}/fullchain.pem
ssl_ca: "{{ssl_cert}}"
ssl_key: /etc/dehydrated/certs/{{inventory_hostname}}/privkey.pem

dehydrated_http_domains:
  - "{{inventory_hostname}}"
  - review.trustedfirmware.org

dehydrated_dns_domains: []

dehydrated_domains_txt: |
  review.trustedfirmware.org
  {{inventory_hostname}}

login_groups:
  - git
  - its
  - ubuntu
  - systems
  - trustedfirmware-infrastructure

sudo_groups:
  - systems
  - trustedfirmware-infrastructure

postfix_relay_hostname: smtp.mailgun.org
postfix_destinations: ["git.trustedfirmware.org","review.trustedfirmware.org"]

collapsible_sections:
  - ci
  - next
  - mirror

cgit_hide_repos:
    - All-Users.git
    - All-Projects.git
    - OP-TEE-Projects.git
    - acces-right-test-tfm.git
    - tls.git
    - TF-A.git
    - ci.git
    - TF-M.git
    - hafnium.git
    - next.git
    - TS.git
    - tf-binaries.git