[ansible-project] aws_s3 - not sure if I understand how to use

2020-02-16 Thread David Rivera
So I wondering if ansible supports s3, from what I see it does but I just might not understand how to do it. Im a novice at Ansible, esp in the realm of using it in conjunction with AWS. So I *think* I have to create a role and call it in my playbook? my role for learning is: s3-create.yml

[ansible-project] Re: win_update to upgrade windows 10 version

2020-02-16 Thread Jordan Borean
I believe since Ansible 2.8 the 'category_names' option is a free form field and you can specify whatever you want. Since that change it should also be reporting all the updates that were filtered (not selected) and the category names that apply for that update which you can then use. -- You

[ansible-project] Re: windows dynamic inventory

2020-02-16 Thread Jordan Borean
Based on your output Ansible is still trying to connect over SSH with port 22. Your group vars are not applying to the host so it's just using the defaults (SSH port 22). -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from

[ansible-project] Re: windows dynamic inventory

2020-02-16 Thread Andrew Morgan
Any help? On Saturday, 15 February 2020 01:57:52 UTC-5, Andrew Morgan wrote: > > Hello Guys, > > I am working in an azure environment and after research I am in need of > some help. I am unable to find anywhere how to setup and use correctly > azure plugin for dynamic inventory. Is this

[ansible-project] win_update to upgrade windows 10 version

2020-02-16 Thread Ben Lagunilla
Hi, I am using win_update to install updates using local WSUS server. However, I can't seem to use win_update to upgrade windows 10 versions. 'Upgrades' category is unknown. Appreciate any help on this. Thanks. -- ben -- You received this message because you are subscribed to the Google

Re: [ansible-project] Re: KEY: VALUE iterations

2020-02-16 Thread Anand Solomon
Hi, I still don’t have an answer for this. Is there someone to help me ? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [ansible-project] run task in a sorted manner

2020-02-16 Thread soumya dutta
Add below parameters and try if that works for you. delegate_to: nodename/nodeip run_once: true Cheers, Soumya On Sun, Feb 16, 2020, 1:27 AM sandkan wrote: > Playbook is running task on wrong node: I have two nodes and this task has > to run on a specific one and not the other, as well as