Open jagregory opened 8 years ago
It took me some time to figure it out as well. It is indeed a multi-role repo so you can use the regular convention, with an added twist:
- hosts: gocd
vars:
GOCD_ADMIN_EMAIL: admin@mydomain.com
GOCD_SCM_GIT: true
GOCD_DEBIAN_REPOSITORY: http://dl.bintray.com/gocd/gocd-deb/
DOCKER_USER: go
roles:
- tpbrown.gocd/roles/common
- tpbrown.gocd/roles/agent
- tpbrown.gocd/roles/server
Would you like to submit a PR to update the README?
I've gone ahead and updated the README to reflect the new way to include roles as illustrated by @sw00. @jagregory, can you let me know if this resolves your issue?
Ah brilliant, thanks @sw00. I've never seen the tpbrown.gocd/roles/common
syntax before (amusingly I did try tpbrown.gocd/common
without any success!).
I'll report back once I've been able to test this.
I know it's probably a stupid question... but when I
ansible-galaxy install
this I get a copy of master which is a playbook/multi-role package. No matter what I specify in mysite.yml
ansible will not use the roles of this package.Help?