Skip to content
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

document group vars #21 #3

Open
wants to merge 1 commit into
base: 21_place_aws_config
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
groupvars.yml
8 changes: 7 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ This should spin up a working Jenkins installation on AWS EC2:

ec2/ec2-create-instance.sh -b develop -r https://github.com/IQSS/dataverse-jenkins.git

See below for other ways to install Jenkins.
## Custom Configuration

You can customize your installation of Jenkins by passing a custom "group vars" file.

cp ansible/defaults/main.yml groupvars.yml
vi groupvars.yml # add AWS credentials, etc.
ec2/ec2-create-instance.sh -b develop -r https://github.com/IQSS/dataverse-jenkins.git -g groupvars.yml

## Hardware Requirements

Expand Down