That's a really confusing error message from AWS. Possibly helpful? http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
On Tue, Jul 15, 2014 at 8:19 AM, David Neudorfer < [email protected]> wrote: > Back at my work computer now and it fails here as well. > > > On Tuesday, July 15, 2014 6:59:25 AM UTC-4, David Neudorfer wrote: >> >> This works on one computer just fine but even after a reinstall of >> ansible I'm still getting this error on my personal laptop. >> >> - name: Launch instance >> local_action: ec2 >> key_name={{ key_name }} >> group={{ security_group }} >> instance_type={{ instance_type }} >> image={{ image }} >> wait=true >> region={{ region }} >> instance_tags='{"Name":"wordpress"}' >> monitoring=no >> instance_tags='Name=wordpress,Group=WP' >> id=wordpress >> register: ec2 >> >> >> TASK: [aws | Launch instance] ****************************** >> ******************* >> >> <127.0.0.1> REMOTE_MODULE ec2 key_name=wordpress group=wordpress >> instance_type=m1.small image=ami-8997afe0 wait=true region=us-east-1 >> instance_tags='{"Name":"wordpress"}' monitoring=no instance_tags= >> 'Name=wordpress,Group=WP' id=wordpress >> >> <127.0.0.1> EXEC ['/bin/sh', '-c', 'mkdir -p $HOME/.ansible/tmp/ansible- >> tmp-1405421602.32-200027015393859 && chmod a+rx >> $HOME/.ansible/tmp/ansible-tmp-1405421602.32-200027015393859 && echo >> $HOME/.ansible/tmp/ansible-tmp-1405421602.32-200027015393859'] >> >> <127.0.0.1> PUT /var/folders/_0/2zdl4_9j5txg1fgs3glyfxp80000gn/T/tmpwu_vPt >> TO /Users/davidneudorfer/.ansible/tmp/ansible-tmp-1405421602.32- >> 200027015393859/ec2 >> >> <127.0.0.1> EXEC ['/bin/sh', '-c', u'LANG=C LC_CTYPE=C >> /Users/davidneudorfer/Git/ansible-venv2/bin/python >> /Users/davidneudorfer/.ansible/tmp/ansible-tmp- >> 1405421602.32-200027015393859/ec2; rm -rf /Users/davidneudorfer/. >> ansible/tmp/ansible-tmp-1405421602.32-200027015393859/ >/dev/null 2>&1'] >> >> failed: [localhost -> 127.0.0.1] => {"failed": true} >> >> msg: Instance creation failed => IdempotentParameterMismatch: Arguments >> on this idempotent request are inconsistent with arguments used in >> previous request(s). >> >> FATAL: all hosts have already failed -- aborting >> >> -- > 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 [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/6dfa7911-07fa-464b-b842-b44af2921658%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/6dfa7911-07fa-464b-b842-b44af2921658%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2BnsWgz95orcrkMnsoOHtjEmwHEoybEpEDLLtKNCzbC_idhK1g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
