The first node we will configure is the frontend server, which is added especially to handle Git-SSH traffic. First, we mention the Ansible script name. The second item is the Jinja template that is used to configure the omnibus-gitlab package on that host. The last item is the command to execute the Ansible script.
Splitting more application components
The third application server for Git SSH
The Ansible playbook that is used to configure the node consists of different parts. It consists of the following:
- Script: frontend-services-ssh.yml
- Template: gitlab.rb.frontend_ssh.j2
- Run command: ansible-playbook -i /usr/local/bin/terraform.py deploy/frontend-services.yml
This part of the deployment is the installation of the Git...