gocd-contrib / ansible-gocd

Ansible playbook to install ThoughtWorks open-source continuous delivery tool, Go. Also available on Ansible Galaxy https://galaxy.ansible.com/list#/roles/1690
http://www.go.cd/
MIT License
70 stars 57 forks source link

Work with non-github git repos, and agent-only boxes #13

Closed tyrken closed 9 years ago

tyrken commented 9 years ago

Move SSH setup tasks to go-common so they work on agents also, add a GOCD_SSH_KNOWN_DOMAIN which default to github.com but can be overridden.

I also have the other change on making adding the Thoughtworks repo optional (we roll it into our own repo for internal distribution) - do you mind taking that one also?