Hi,

I would like to launch an ec2 instance the same way you can with chef-knife 
:

ansible localhost -m ec2 -a "key_name=test group=qa instance_type=t2.micro 
image=ami-aecd60c7 wait=true exact_count=1 instance_tags=testing" 
--connection=local

but I"m getting this error :

"""

localhost | FAILED >> {

    "failed": true,

    "msg": "dictionary requested, could not parse JSON or key=value"

}

"""

is it possible to use the ec2 module with ansible adhoc or it only works 
with ansible-playbook ?

-- 
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/7db8ad89-bac2-4a58-b1cb-7a0028f8454e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to