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]> 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] > <javascript:_e(%7B%7D,'cvml','ansible-project%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[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/CAJ5XC8kcGFmuAXB430NCCxokK0YSS_DhrtW3xiKu8gwxZ64qSQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
