Deploy Jenkins with Docker, a Prometheus/Grafana monitoring stack, dynamic AWS inventory, and EC2 provisioning with Ansible.
Docker Automation (Jenkins Server)
Install Docker with Ansible, run Jenkins LTS as a container, unlock the UI, and verify the CI host.
Docker Compose Automation (Monitoring)
Deploy Prometheus, Grafana, and Loki on a monitoring server with Ansible and Docker Compose.
Dynamic AWS Inventory
Discover live EC2 hosts with the amazon.aws.aws_ec2 plugin — tags, filters, and playbooks without hand-maintained IPs.
Create AWS EC2 with Ansible
Provision and tear down EC2 instances from Ansible using the amazon.aws collection — full create → verify → destroy lifecycle.