-
Notifications
You must be signed in to change notification settings - Fork 123
add jenkins + terraform #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
count = 1 | ||
ami = "${var.amis["amazon-linux-2017-09"]}" | ||
disable_api_termination = true | ||
instance_type = "t2.micro" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄
ansible/install_roles.yml
Outdated
- src: geerlingguy.jenkins | ||
version: 3.2.1 | ||
|
||
- src: savoirfairelinux.nexus3-oss |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just realized this was old copy/pasta. I'll remove this.
Looks pretty good to me. I'd like to split it into modules at some point so I could do something like this if possible. prod.tf staging.tf |
Going to merge for now and we can make modules / lock down jenkins later |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go ahead and merge
@billoneil yeah we can make modules later. It shouldn't be too difficult. |
No description provided.