Re: [ansible-project] ios_l2_interfaces - attempting to trunk port fails

2020-08-05 Thread Brandon Robare
Given that its a 2960, I'd venture to guess that its tripping up on the dot1q part, because, if I remember correctly, dot1q is the only supported encapsulation (no ISL). Is the behavior different if you remove that? Brandon On Monday, August 3, 2020 at 6:20:08 PM UTC-7, William Dossett wrote:

Re: [ansible-project] Can a AWX job template can be called from Ansible task ?

2020-08-05 Thread Dick Visser
Best to ask on the awx list https://groups.google.com/forum/#!forum/awx-project On Thu, 6 Aug 2020 at 05:23, Ramesh K.G wrote: > Hi All, > > Is there any examples for an AWX template job calling from Ansible task ? > > the reason i wanted, is just to discover the possibility so i could invoke

[ansible-project] Can a AWX job template can be called from Ansible task ?

2020-08-05 Thread Ramesh K.G
Hi All, Is there any examples for an AWX template job calling from Ansible task ? the reason i wanted, is just to discover the possibility so i could invoke a job templates from the ansible-playbook. -Thanks, -- You received this message because you are subscribed to the Google Groups

Re: [ansible-project] copy module failing path has wildcard ?????

2020-08-05 Thread Om Prasad Reddy Surapu
It doesn’t find the directory so failed. You may can define that as a variable and try. On Thu, 6 Aug 2020 at 07:44, sai kumar wrote: > Hi, > > I am trying to copy a file from one location to other with copy module, on > remote server > > /puppeteer/.local-chromium/linux-782078/chrome-linux to

[ansible-project] copy module failing path has wildcard ?????

2020-08-05 Thread sai kumar
Hi, I am trying to copy a file from one location to other with copy module, on remote server /puppeteer/.local-chromium/linux-782078/chrome-linux to /usr/local/sbin linux.chrom_dir = /puppeteer/.local-chromium/linux-782078/chrome-linux source file: chrome_sandbox dest file:

Re: [ansible-project] Unable to update debian header and build essential using Ansible playbook

2020-08-05 Thread Jean-Yves LENHOF
Hello, There's a lock on a fact during the gather fact... There's probably something which goes wrong on your server you need to fix You can try to limit the gather fact to see where the problem could be Explications on how to do it is there :

[ansible-project] Unable to update debian header and build essential using Ansible playbook

2020-08-05 Thread abhishek verma
- hosts: DEV1 become: yes tasks: - name: "Update linux headers" apt: name: "linux-headers-{{ ansible_kernel }}" After running this the ansible hangs after fact gathering. Please find the output below: ansibleuser@debian:~/ansible_code$ ansible-playbook -vvv playbooks/second-

[ansible-project] Re: vmware_host_vmnic_facts -- can i get the vmnic firmware and driver version

2020-08-05 Thread Nagesh sheregar
Hi team, any help ? On Tuesday, August 4, 2020 at 4:28:25 PM UTC-5, Nagesh sheregar wrote: > > Hi team, > > can i get VMNIC firmware and driver version using this module ?, i am > getting useful information but driver version and firmware version is > missing , is there anyway we can get the