Welcome to mirror list, hosted at ThFree Co, Russian Federation.

local_env.yml « demo-setup « _support - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5caad7b5794476550564a37bf8997e0bb580a5de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- name: Gitaly setup
  hosts: gitalies
  roles:
    - base
    - gitaly

- name: Praefect setup
  hosts: praefects
  roles:
    - base
    - praefect

- name: GitLab Application server setup
  hosts: gitlabs
  roles:
    - base
    - gitlab