August 2019
Beginner
608 pages
16h 7m
English
Of course, there have not only been changes in the Jinja templates, but playbooks have aslo been added. You can see the new list here:
. ├── files ├── install-bastion-hosts.yml ├── install-consul.yml ├── install-frontend-services.yml ├── install-gitaly.yml ├── install-grafana-dashboard.yml ├── install-middleware-services.yml ├── install-pgbouncer.yml ├── install-postgres-core.yml ├── install-postgres-slaves.yml ├── install-prometheus.yml ├── install-redis.yml └── templates ├── databases.ini.j2 ├── gitlab.rb.consul.j2 ├── gitlab.rb.frontend.j2 ├── gitlab.rb.gitaly.j2 ├── gitlab.rb.grafana.j2 ├── gitlab.rb.middleware.j2 ├── gitlab.rb.pgbouncer.j2 ├── gitlab.rb.postgres.j2 ├── gitlab.rb.prometheus.j2 ├── gitlab.rb.redis.j2 ...
Read now
Unlock full access