On 19.05.16 04:59 jzarzoso wrote:
> Under my ansible.cfg I have these settings:
>
> # environment/provisioning/ansible.cfg
> [defaults]
> hostfile = ../../controller/inventories/development
> roles_path = ../../controller/roles
Have you tried setting an absolute path here?
Is the hostfile set according to what you specify here?
> 1. The error is `ERROR! the role 'ansible' was not found in
> /environment/provisioning/roles` Looks like it's still looking for the
> default path without taking my ansible.cfg into consideration.
> 2. How do I print out the default configs in the terminal and debug the
> values if what I put in the ansible.cfg has been read correctly?
>
ansible --version states some things.
Also running a playbook with 'ansible-playbook -v" states which
configuration file is used.
I would guess it is maybe vagrant that messes these things up. Did you
call ansible directly (just for testing)?
Johannes