-
Notifications
You must be signed in to change notification settings - Fork 1
Ansible Guide
dx edited this page Nov 16, 2025
·
1 revision
Terraform generates an inventory file that Ansible uses to configure the EC2 instances.
From the repository root:
ansible-playbook -i ansible/inventory/hosts.ini ansible/site.yml| Tool | Port | Description |
|---|---|---|
| Jenkins | 8080 | CI/CD server |
| Nexus | 8081 | Artifact repository |
| SonarQube | 9000 | Code quality and security |
| Docker | N/A | Container runtime engine |
| Git, unzip | N/A | Utility tools |
- Jenkins is typically installed as a system service.
- Nexus and SonarQube are usually run via Docker containers.