Hi,
  I've tried to create an instance of elasticache, and when I've executed 
the script ansible has returned this

failed: [localhost] => {"failed": true}
> msg: Use of cache security groups is not permitted in this API version for 
> your account.
> FATAL: all hosts have already failed -- aborting


The last script that I've executed is 

- name: Create ElastiCache
>   elasticache:
>     name: "test-please-delete"
>     state: present
>     engine: memcached
>     cache_engine_version: 1.4.14
>     node_type: cache.m1.small
>     num_nodes: 1
>     cache_port: 11211
> #    cache_security_groups: cicciopasticcio
>     security_group_ids: ["{{sg_memcached}}"]
>     region: eu-west-1 

 
I've tried several combination of this script (also the example of ansible 
documentation).
I've the ansible 1.9.1 and run on Mac OSX.

Thank you

-- 
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/d07fce0e-e96c-4b49-88bc-4f7244db3303%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to