Re: [ansible-project] Template Module Source Not Found

2020-07-25 Thread Dick Visser
The template module does not support 'remote_src'. You have to template the file on the controller node. On Sun, 26 Jul 2020 at 01:52, Poseidon Olympian wrote: > > Hello, > > Would appreciated of any help from my issue. Been trying to search around a > solution but unsuccessful to resolved my i

[ansible-project] Template Module Source Not Found

2020-07-25 Thread Poseidon Olympian
Hello, Would appreciated of any help from my issue. Been trying to search around a solution but unsuccessful to resolved my issue. I'm getting an error when running my playbook and here are the details. *Error Message* TASK [Copying the Common PROPS File] **

[ansible-project] Re: Updating Windows 10

2020-07-25 Thread Jordan Borean
I also forgot to mention that the module sources all the updates from the Windows update api. If it doesn’t appear at all in either the selected or filtered list then windows did not detect any update as being available. If you are running a WSUS server the Windows host could be configured to us

[ansible-project] Re: Updating Windows 10

2020-07-25 Thread Jordan Borean
If you run with a higher verbosity (usually -vv or more) then the output from the win_updates task will be shown. This output will contain a list of all the updates that were matched on the criteria as well as any updates that were available but didn’t match the criteria specified (filtered). It

Re: [ansible-project] Unable to receive Emall despite of success message from ansible script

2020-07-25 Thread Dick Visser
On Sat, 25 Jul 2020 at 18:43, Samir Kothawade wrote: > > Ansible script: > > - hosts: local > gather_facts: no > tasks: >- name: mailing longevity report > become: true > mail: > host: localhost > port: 25 > from: j...@example.net (Longevity Report) >

[ansible-project] Re: Updating Windows 10

2020-07-25 Thread Alan Woods
When you say disable windows updates from the OS. Do you mean go in to the windows services and disable the Windows Update service? If you are not referring to this I am not sure what you mean by disable windows updates. I though it needed the windows update service to be started to install upd

Re: [ansible-project] Unable to receive Emall despite of success message from ansible script

2020-07-25 Thread Jean-Yves LENHOF
If so, what the logs says ? I'm not sure you understand what is daemon listening on port 25 ? Regards, Le 25/07/2020 à 18:50, Samir Kothawade a écrit : Yes it is. Actually I took the reference of an ansible documentation site for this writing above script. Here is the ref. screenshot  from a

Re: [ansible-project] Unable to receive Emall despite of success message from ansible script

2020-07-25 Thread Avinash Jadhav
Hi Samir Please try this and make necessary changes https://github.com/infinitypp/ansible-mail-module-examples/blob/master/tasks/main.yml - hosts: - localhost tasks: - name: Sending an e-mail using Gmail SMTP servers mail: host: smtp.gmail.com port: 587 u

[ansible-project] Updating Windows 10

2020-07-25 Thread Kiran Patil
Disable windows updates from os end if you plan to do it from ansible os end more likely the output is of last scan So if you scan post ansible deployment you try scan on os end it will show no updates needed Also depends on what all categories you selected from ansible end Reboot is neee

Re: [ansible-project] Unable to receive Emall despite of success message from ansible script

2020-07-25 Thread Samir Kothawade
Yes it is. Actually I took the reference of an ansible documentation site for this writing above script. Here is the ref. screenshot from ansible documentation. [image: image.png] On Sat, 25 Jul 2020 at 22:16, Jean-Yves LENHOF wrote: > Look at your logs mail server(the one which answer on tcp

Re: [ansible-project] Unable to receive Emall despite of success message from ansible script

2020-07-25 Thread Jean-Yves LENHOF
Look at your logs mail server(the one which answer on tcp port 25) if there's something interesting in it... Regards, Le 25/07/2020 à 18:43, Samir Kothawade a écrit : Ansible script: - hosts: local   gather_facts: no   tasks:    - name: mailing longevity report      become: true      mail:  

[ansible-project] Re: vmware_guest multiple adapter

2020-07-25 Thread mpunix
Hi - Just to update, it seems the issue relate to the VMXnet3 driver where VM configured with 4 or more adapters cause this ordering issue and not related to ansible module. https://support.kemptechnologies.com/hc/en-us/articles/201978745-When-adding-4-or-more-VMXNET3-NICs-to-a-VLM-in-VMware-the