Re: [ansible-project] Trying Oracle database download to windows server 2012

2018-09-16 Thread Isha G
The file size is 3 GB so I will not be able to copy using win_copy or even if I do it's going to take long time as per the bandwidth. On Sunday, September 16, 2018, Jean-Yves LENHOF wrote: > > > Le 16/09/2018 à 16:59, Isha G a écrit : > > Hello Jonathan, > Thanks for the quick response. I am

[ansible-project] Re: win_package

2018-09-16 Thread nippymodel
Hi Mate, I am trying to install anti-virus software on bunch of windows machines using win_package module, and it works fine, however i am unable to supply license key, could you please help me with argument i should use? - name: Install Cylance from Network Share hosts: all

[ansible-project] Using variables in handler's name and listen parameters

2018-09-16 Thread Komail Kanjee
Hello, I have a role which needs a dynamic handler. I defined the handler in roles/foo/handlers/main.yml as: - name: {{ item.name }} shell: docker restart {{ item.name }} listen: {{ item.name }} with_items: "{{ config_list }}" When the task is notifying the handler I get the error:

[ansible-project] Connecting to a Router behind a Server

2018-09-16 Thread mohamed ibrahim
Hi, I'm trying to create a playbook that connect to Cisco router and get some statistics. The issue faces me that the router is accessible via a server . Mean that when I want to login to the router via SSH or Telnet I first connect to the SERVER via SSH then from SERVER to ROUTER. If anyone

Re: [ansible-project] Trying Oracle database download to windows server 2012

2018-09-16 Thread Jean-Yves LENHOF
Le 16/09/2018 à 16:59, Isha G a écrit : > Hello Jonathan, > Thanks for the quick response. I am actually trying two things here: > 1. Download Oracle 12c DB on a Windows Server 2012 and I have tried it > with firewall on and off but still I get the broken File. > 2. For now I have manually

Re: [ansible-project] Trying Oracle database download to windows server 2012

2018-09-16 Thread Isha G
Hello Jonathan, Thanks for the quick response. I am actually trying two things here: 1. Download Oracle 12c DB on a Windows Server 2012 and I have tried it with firewall on and off but still I get the broken File. 2. For now I have manually copied these files and with setup.exe and silent

Re: [ansible-project] Trying to download the Oracle db from url using win_get_url

2018-09-16 Thread Jonathan Lozada De La Matta
can ypu post your tasks? On Sun, Sep 16, 2018 at 5:21 AM Isha G wrote: > I am trying to download the Oracle 12c db zip file for win64 with > win_get_url I am unable to figure out why it downloads a 5kb broken file > with status as changed I am using Ansible 2.6.3 > > -- > You received this

[ansible-project] Trying to download the Oracle db from url using win_get_url

2018-09-16 Thread Isha G
I am trying to download the Oracle 12c db zip file for win64 with win_get_url I am unable to figure out why it downloads a 5kb broken file with status as changed I am using Ansible 2.6.3 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To

[ansible-project] Trying Oracle database download to windows server 2012

2018-09-16 Thread Isha G
I am trying to download Oracle 12c database installation zip file on windows server 2012 with Thier link. I get the changed message but the zip is just 5kb in size. How do I get the actual file and not this 5kb broken file. -- You received this message because you are subscribed to the Google