tomclement / go-cd-provision

Provision Go-CD with Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO CD PROVISION

Description

Sets up ThoughtWorks GoCD with the following dependencies already installed:

  • GIT
  • Postgresql
  • NodeJS
  • XVFB
  • Nginx
  • Docker
  • Ant
  • MongoDB
  • Selenium Server
  • Python, pip and virtualenv
  • Google Chrome
  • Chromedriver
  • PhantomJS

How to use this Repo

  • Add an inventory file

  • Run the playbook using the following command:

     ansible-playbook -i [path to inventory] setup.yml
    

After successful provisioning:

  • Add an htpasswd file to specify the authentication details
  • Edit the Go server XML configuration to suite your preferences

About

Provision Go-CD with Ansible


Languages

Language:Python 99.0%Language:Shell 0.6%Language:Ruby 0.4%Language:Makefile 0.0%