Skip to content

yp969803/jenkins_on_ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins_on_ec2

A jenkins server hosted on amazon ec2

Tech Stack

Infrastructure As Code: Terraform

Configuring Tool: Ansible

Cloud: AWS

Container runtime: Docker

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

configure aws cli

 # Change my_ip value to your ip address in secrets.tfvar
  cd terraform
  terraform init 
  terraform apply -var-file="secrets.tfvar"
  cd ansible
 # change the inventory with ec2 ip address
  ansible -i inventory playbook.yaml

About

A jenkins server deployed on Amazon ec2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages