August 2019
Beginner
608 pages
16h 7m
English
Of course, there have not only been changes in the Jinja; templates playbooks has also been added. You can see the added files in a list here:
. ├── install-frontend-services-ssh.yml ├── install-sidekiq-asap.yml ├── install-sidekiq-pipeline.yml ├── install-sidekiq-realtime.yml ├── install-redis-cluster.yml └── templates ├── gitlab.rb.frontend_ssh.j2 ├── gitlab.rb.redis-cluster.j2 ├── gitlab.rb.sidekiq_asap.j2 ├── gitlab.rb.sidekiq_pipeline.j2 ├── gitlab.rb.sidekiq_realtime.1.j2
The newly added or changed playbooks can be executed in the following fashion.
Installing the frontend services (web) server can be done as follows:
ansible-playbook -i /usr/local/bin/terraform.py deploy/install-frontend-services.yml
Installing ...
Read now
Unlock full access