Hi Folks,
Can I use rules from several different git repo/location to single ansible?
e.g. 
---
- hosts: myhost
  roles:
    - role1: '/path/to/my/roles/common'
    - role2: '/usr1/to/my/roles/client'
    - role3: '/usrpath/to/my/roles/server'

What would be the best way to use roles from different locations?

Thanks,
Santosh

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/314d537a-bffa-4f96-905a-4acd8a5da577%40googlegroups.com.

Reply via email to