[ansible-project] Re: Need some help using Kerberos Authentication for Windows Target

2018-08-12 Thread 'J Hawkesworth' via Ansible Project
I haven't seen this error before myself. This line in your your errors makes it look to me like there is something unexpected about the underlying libs on your ansible controller. /usr/lib/python2.7/site- packages/winrm/transport.py:299: UserWarning: Function does not contain optional arg force_

Re: [ansible-project] Please explain ec2_instance volumes config

2018-08-12 Thread Jonathan Lozada De La Matta
please submit an issue or a PR to update the docs if you have examples or figure out how it should be. On Sun, Aug 12, 2018 at 1:26 AM Karl Auer wrote: > Yes, it's not clear. And is made worse by the fact that there are STILL no > ec2_instance examples! The examples given are ec2_instance_facts

Re: [ansible-project] Please explain ec2_instance volumes config

2018-08-12 Thread Sakthivel G
Hi, /dev/sda is reserved for root. Please try below... # Single instance with ssd gp2 root volume - ec2: key_name: mykey group: webserver instance_type: c3.medium image: ami-123456 wait: yes wait_timeout: 500 volumes: - device_name: /dev/xvda volume_type

[ansible-project] Re: Need some help using Kerberos Authentication for Windows Target

2018-08-12 Thread David Baumann
I thing the pykerberos module is missing Check ansible docs -- 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 ansible-project+unsubscr...@googlegroups.com. To

Re: [ansible-project] Please explain ec2_instance volumes config

2018-08-12 Thread Karl Auer
You may need to specify /dev/sda1 still, if you want to attach a larger root volume than the AMI provides, or a volume with characteristics the default volume does not have. Regards, K. On Mon, Aug 13, 2018 at 2:08 AM, Sakthivel G wrote: > Hi, > > /dev/sda is reserved for root. > > Please try

Re: [ansible-project] Please explain ec2_instance volumes config

2018-08-12 Thread Karl Auer
Well, I don't know what I was looking at, but now there ARE ec2_instance examples. I haven't checked them out beyond noting that at least they are not ec2_instance_facts examples :-) Maybe I was looking at older documentation. As soon as I logged into github I found the previous bug report on thi

Re: [ansible-project] Please explain ec2_instance volumes config

2018-08-12 Thread Jonathan Lozada De La Matta
when you are checking module documentation, make sure you match the correct ansible version. For example, latest https://docs.ansible.com/ansible/latest/modules/modules_by_category.html you can change the latest part to 2.4, 2.5, 2.6, or devel. Sometimes the documentation changes so the path in th

[ansible-project] Re: Need some help using Kerberos Authentication for Windows Target

2018-08-12 Thread Jordan Borean
While pip is showing the packages are installed it seems like they were not installed properly or something is wrong with your Python environment. It is showing various warnings saying various kwargs pywinrm expects from requests-kerberos are not there which shouldn't be happening if you are on

Re: [ansible-project] Please explain ec2_instance volumes config

2018-08-12 Thread Kiran Sonawane
I send you the file where error is permission denied. Please see if you can help me. On Sun, Aug 12, 2018 at 7:23 PM, Jonathan Lozada De La Matta < jloza...@redhat.com> wrote: > please submit an issue or a PR to update the docs if you have examples or > figure out how it should be. > > On Sun, Au

[ansible-project] Re: Please explain ec2_instance volumes config

2018-08-12 Thread Kiran Sonawane
It's free version having default setting . On Sunday, August 12, 2018 at 6:27:46 AM UTC+5:30, Bruce Affonso wrote: > > I am trying to use the ec2_instance module to create an ec2 instance. > When using the ec2 module to configure a volume one would do something like > this: > > volumes: > -

Re: [ansible-project] Please explain ec2_instance volumes config

2018-08-12 Thread Kiran Sonawane
I have free account so only default instances can be created but I changed Root Password To Root before starting so there should not be permission issue but it gives me an permission issue. On Sunday, August 12, 2018 at 9:39:08 PM UTC+5:30, Sakthivel G wrote: > > Hi, > > /dev/sda is reserved fo

Re: [ansible-project] Re: Please explain ec2_instance volumes config

2018-08-12 Thread Karl Auer
Hullo Kiran Sonawane. Jonathan Lozada De La Matta was actually speaking to me about the doco issue. But send your stuff, we'll see if we can answer your question. Regards, K. On Mon, Aug 13, 2018 at 4:00 PM, Kiran Sonawane < kiransonawane.nm...@gmail.com> wrote: > It's free version having defau

Re: [ansible-project] Please explain ec2_instance volumes config

2018-08-12 Thread Jonathan Lozada De La Matta
Kiran, Your issue seems to be more an issue about connecting right to the aws vm than ansible. Did you create the keys, downloaded them, ssh-add and connecting as the right user? are you using -K and escalating correctly? On Mon, Aug 13, 2018 at 2:03 AM Kiran Sonawane < kiransonawane.nm...@gmail.