Re: [ansible-project] Creating a AWS VPC with IPv6 addresses

2020-03-14 Thread Dick Visser
Hi On Fri, 13 Mar 2020 at 19:33, Ralf Weber wrote: > > Moin! > > I wanted to use ansible to create a VPC with Amazon supplied IPv6 > addresses. In the Console this is an option, when I create and VPC, but > I could not find anything in ec2_vpc_net for that. > > When I use ec2_vpc_net_info I see t

[ansible-project] Win_ping failing with Correct Credentials

2020-03-14 Thread 'J Hawkesworth' via Ansible Project
Could it be that this patch is missing?https://docs.ansible.com/ansible/latest/user_guide/windows_setup.html#winrm-memory-hotfix Might be worth checking event log on the machine you are having trouble with. Worth checking how you are authenticating - ntlm, kerberos, credssp maybe? Check the win

[ansible-project] Re: how to run one role out of a playbook host by host in serial one instead of linear or free

2020-03-14 Thread Jelle de Jong
I would like to request the feature to apply serial:1 to blocks inside a role. I ended up in a futile attempt trying to use include and include_tasks without luck, and ended moving my whole block of tasks to a bash script with a locking system that waited it turn to run. I then called he script

Re: [ansible-project] How mount the volume without changing the mount options

2020-03-14 Thread Dick Visser
Hi This list is for questions about ansible. Your message contains nothing related to ansible - are you sure you sent it to the right address? On Fri, 13 Mar 2020 at 21:24, Suresh Karpurapu wrote: > we have the multiple nfs volumes which have different mount options. > Hence, I don't want to ch

Re: [ansible-project] ansible-freeipa client install error

2020-03-14 Thread Dick Visser
Thanks for using ansible. To answer your question more information is needed. Could you please describe clearly all of the below: - What goal you are trying to achieve. - How you are doing this. - What problems you encounter. - Which commands did you run, and what actual output did you get (co