Using the same credentials with "cache_subnet_group" and a branch of "ansible 2.0" everithing work fine.
This mean that it's a code issue and not from our AWS account. do you have some more infos to solve the problem with the actual stable version (1.9.1) ? Il giorno giovedì 4 giugno 2015 17:39:29 UTC+2, Brian Coca ha scritto: > > This does not seem to be a code issue, you are trying to use a feature > that is not available to the AWS account you are using. > > On Thursday, June 4, 2015, Giovanni Albero <[email protected] > <javascript:>> wrote: > >> 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 >> >> <https://groups.google.com/d/msgid/ansible-project/d07fce0e-e96c-4b49-88bc-4f7244db3303%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > -- > Brian Coca > > -- 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/bb09cef2-aeb6-4205-8537-c932c30edba0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
