Discussion:
[ansible-project] Ansible - elasticache (ansible 1.9.2)
Federico Aguirre
2015-07-13 18:08:58 UTC
Permalink
Hi folks,

I'm having a problem dealing with aws elasticache on VPC

if I play without cache_subnet_group i got:

failed: [127.0.0.1] => {"failed": true}msg: Subnet group [default] belongs to a different VPC [vpc-405ac825] than [vpc-9d6ffdf8]
FATAL: all hosts have already failed -- aborting


if I play with cache_subnet_group i got:

failed: [127.0.0.1] => {"failed": true}msg: unsupported parameter for module: cache_subnet_group
FATAL: all hosts have already failed -- aborting


anyone has any idea?

Thanks,

Fede
--
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/fbb7360e-1459-4ffc-8509-005f5b75ccd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Federico Aguirre
2015-07-13 19:43:54 UTC
Permalink
[SOLVED]

Finally I got the solution in another thread...

Basically I've replaced elasticache.py with
this: https://github.com/ansible/ansible-modules-core/blob/devel/cloud/amazon/elasticache.py

and it's working right now.!

Thanks,
Fede
Post by Federico Aguirre
Hi folks,
I'm having a problem dealing with aws elasticache on VPC
failed: [127.0.0.1] => {"failed": true}msg: Subnet group [default] belongs to a different VPC [vpc-405ac825] than [vpc-9d6ffdf8]
FATAL: all hosts have already failed -- aborting
failed: [127.0.0.1] => {"failed": true}msg: unsupported parameter for module: cache_subnet_group
FATAL: all hosts have already failed -- aborting
anyone has any idea?
Thanks,
Fede
--
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 ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/73303417-eb7d-4f79-9417-af789a957e1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...