Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
/ ansible-jenkins Public archive

(Deprecated) Jenkins ansible playbook

License

Notifications You must be signed in to change notification settings

mdn/ansible-jenkins

Repository files navigation

ansible-jenkins

This is an ansible playbook to install and configure Jenkins-CI.

Note As of 2023, we have migrated all our CI/CD workflows to GitHub Actions and no longer use Jenkins.

The playbook will install NGINX, Docker, a local-only SMTP server and Jenkins. It will also install Docker-maintenance cron jobs and Jenkins-backup scripts to S3.

This playbook assumes that the instance is behind an elb and the elb will do its SSL termination. The ssl certificate can be obtained using AWS ACM or can be manually uploaded

This playbook is a rework of the ee-infra-jenkins

Build your own

  1. SSH to host you want to run this
  2. Install git and ansible
  3. Clone this repository to a location
  4. Run the playbook
ansible-playbook site.yml -e "nginx_htpasswd=YourPasswordHere jenkins_backup_bucket=BucketNameHere jenkins_backup_dms=deadmanssitchurl jenkins_backup_directory=backupdirpath papertrail_host=papertrailurl papertrail_port=papertrailport"

Currently this playbook is being used as part of an autoscaling group userdata that clones and runs this playbook on boot.

Jenkins backups

This playbook expects that you use the ThinBackup Jenkins plugin and that you save backups in /data/backups.

About

(Deprecated) Jenkins ansible playbook

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published