aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/git-mirrors/vars/main.yml
blob: da1f1683033fde1a63a87d4504d73ac7091fa521 (plain) (blame)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
git_mirrors_base_dir: "/srv/git-mirrors"
git_mirrors_user: "git-mirrors"
git_mirrors_error_email: "[email protected]"

git_mirrors_cgit_logo: "https://raw.githubusercontent.com/python-discord/ops-site/main/src/images/icon.png"
git_mirrors_cgit_title: PyDis DevOps Git Server
git_mirrors_cgit_description: Mirrored copies of Python Discord and related projects

git_mirrors_cron_file: "ansible_git_mirrors_update"

# Sources are assumed to be GitHub.com repositories
git_mirrors_mirrored_repositories:
  # DevOps Repos
  - owner: python-discord
    repo: infra
    description: >-
      The PyDis DevOps boiler house, the engine room, where the magic happens.
  - owner: python-discord
    repo: king-arthur
    description: >-
      Our trusty job-centre recruited assistant for all things DevOps
  - owner: python-discord
    repo: ops-site
    description: >-
      Webscale-enhanced frontpage for all Python Discord international operations

  # Other Python Discord repos
  - owner: python-discord
    repo: bot
  - owner: python-discord
    repo: site
  - owner: python-discord
    repo: bot-core
  - owner: python-discord
    repo: sir-lancebot
  - owner: python-discord
    repo: snekbox
  - owner: python-discord
    repo: forms-backend
  - owner: python-discord
    repo: forms-frontend
  - owner: python-discord
    repo: metricity
  - owner: python-discord
    repo: blog

  # Skunk Works repos
  - owner: owl-corp
    repo: thallium
    description: >-
      Outsourced work with the KGB, MIA, CIA and NSTV
  - owner: owl-corp
    repo: pydis-keycloak-theme
    description: >-
      Syndicated branding for psy-op campaigns
  - owner: owl-corp
    repo: python-poetry-base
    description: >-
      Literary works written at our primary base of operations
  - owner: owl-corp
    repo: inotify-base
    description: >-
      The Owl Corp Early Warning System
  - owner: owl-corp
    repo: psql_extended
    description: >-
      Owl Corp surveillance storage platform

  # Uncle Christ's Assorted Works
  - owner: jc
    repo: poetry-restrict-plugin
    domain: git.jchri.st
    description: >-
      The Last Stand against malware in Python packages

git_mirrors_nginx_domain: "git.pydis.wtf"
git_mirrors_nginx_cert_file: "/etc/letsencrypt/live/pydis.wtf/fullchain.pem"
git_mirrors_nginx_cert_key: "/etc/letsencrypt/live/pydis.wtf/privkey.pem"
git_mirrors_nginx_config_name: "git.pydis.wtf.conf"