Re: [ansible-project] Is there free gui interface or easy way to check Ansible's log

2018-10-15 Thread Julian Kriel
Indeed, Look into AWX - Its Ansible tower open source project. Great management platform On Tue, Oct 16, 2018 at 8:20 AM Shlomit Afgin wrote: > Hi, > > I'm in a middle of building Ansible on our system. > I would like to run it every day to check few servers. > Is there any good way to follow

Re: [ansible-project] Send commands via CLI over SSH to unsupported network device

2018-09-17 Thread Julian Kriel
platform cpu-load summary "' On Mon, 17 Sep 2018, 12:59 Julian Kriel, wrote: > Yeah, I struggled with this for a while. > Found the expect module is what works. > Look into it. > > > > On Mon, 17 Sep 2018, 12:57 sign@L, wrote: > >> I need to send commands to 6

Re: [ansible-project] Send commands via CLI over SSH to unsupported network device

2018-09-17 Thread Julian Kriel
Yeah, I struggled with this for a while. Found the expect module is what works. Look into it. On Mon, 17 Sep 2018, 12:57 sign@L, wrote: > I need to send commands to 600 network devices (they are Fortinet Access > Points) that have SSH enabled. Python is not available on the device, so I > need

Re: [ansible-project] COPY failing

2018-09-06 Thread Julian Kriel
Your indentation does not look correct,can you confirm that the below is the play you're running On Thu, 06 Sep 2018, 23:19 Andres Tarallo, wrote: > I've made a playbook that was copying files from one host to an other. > Till yesterday, that started failing. > > After Paying the task says: > TA