Re: [ansible-project] Issue with first playbook

2019-09-11 Thread elogateumsato
I have the solution now you need to set the connection: network_cli ansible_network_os=edgeos On Saturday, September 7, 2019 at 10:24:22 AM UTC+1, elogateumsato wrote: > > I am running on build Version: v1.10.10 > > Here is a full debug of the connection : https://

Re: [ansible-project] Issue with first playbook

2019-09-07 Thread elogateumsato
do that but I don't think it's going to get any more information. > Unfortunately it looks like it's a problem with the module running the > target (I don't have experience with edgeos) > > On Fri, Sep 6, 2019, 10:57 PM elogateumsato > wrote: > >> I have

[ansible-project] Issue with first playbook

2019-09-06 Thread elogateumsato
I have a Ubiquiti Edge Router X on my network and was playing around with running playbooks on it. i'm trying to run the following playbook: --- > - > name: show current configuration > hosts: routers > tasks: > - name: get facts >