This is difficult because the underlying library used to talk to AWS, boto, doesn't often expose this either. This is really an AWS question rather than an Ansible question.
If you run your playbook with -vvv you might get more of the error messages - or at least it should be obvious where it's failing. If I can help expose this better I will, but I'll need a lot more information - where the playbook fails, what privileges you already have etc. Will On Tuesday, April 8, 2014 4:38:56 AM UTC+10, ben lumina wrote: > > Using ansible to deploy AWS instances, but each time more privs need > granted that I would expect. Does anyone know what privs are required for > this operation? > > - name: Launch instance > local_action: > ec2 keypair= > group= > instance_profile_name= > instance_type= > image= > region= > wait=yes > count= > register: ec2launched > > Thanks! > -- 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/5360c116-0568-4fbf-81b7-a58880acb194%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
