- Notifications
You must be signed in to change notification settings - Fork122
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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.
rodriguezsergioJan 4, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
billoneil commentedJan 4, 2018
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 |
billoneil commentedJan 4, 2018
Going to merge for now and we can make modules / lock down jenkins later |
billoneil left a comment
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
rodriguezsergio commentedJan 4, 2018
@billoneil yeah we can make modules later. It shouldn't be too difficult. |

No description provided.