31 janvier 2018 12:02 "GornerM" <[email protected]> a écrit:
> Yes, juniper_junos_facts is external module. > The roles directory is contained Juniper.junos role > (https://github.com/Juniper/ansible-junos-stdlib) > > ------- > > Here is my ansible configuration: > > [defaults] > > inventory=./hosts > > remote_user=root > > ask_pass=False > > transport = netconf > host_key_checking = False > roles_path = ./roles/ > library= ./roles/Juniper.junos/library > > ------ > > Possible is it required additional specifications in ansible.cfg? > But it works properly without jenkins. Hi, Where's your file ? For the record ansible look for config file in this order : * ANSIBLE_CONFIG (an environment variable) * ansible.cfg (in the current directory) * .ansible.cfg (in the home directory) * /etc/ansible/ansible.cfg as written in documentation here : http://docs.ansible.com/ansible/latest/intro_configuration.html Regards, JYL -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1c7f7228b3337754e6069a68a6ac1fd4%40wwws.lenhof.eu.org. For more options, visit https://groups.google.com/d/optout.
