Giter Site home page Giter Site logo

terraform-aws-jenkins's Introduction

terraform-aws-jenkins

A terraform module that builds a jenkins master with an EFS backing and auto scaling EC2 host.

Required inputs:

config_s3_uri

This poject makes use of the JCasC plugin to automate the inital setup of your master. Please upload a vaild config file to s3 and ensure the jenkins ec2 IAM role will have acceses to it. Then pass in the S3 URI so that the cloud_init script can download and run it. You can just upload an empty document to get a blank install.

dns_zone

You will need a functional Route53 zone in your account. This could be a deligated subdomain if your primarry domain is hosted elsewhere. Pass in a string of the FQDN. i.e. example.com

Optional inputs:

Jenkins Version

By default the cloud_init script will install the latest LTS version of jenkins. You can override the yum install jenkins command here. see init.yaml line 19 for usage.

Usage

module "jenkins_master" { source = "kerry-hatcher/jenkins/aws" version = "1.1.0" dns_zone = "cooldomain.com" config_s3_uri = "all-my-configs-bucket/jenkins.yaml" }

terraform-aws-jenkins's People

Contributors

kerryhatcher avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.