I'm using third party module: https://github.com/manicminer/ansible-modules-rds-cluster I even made a fork to make some changes to work with python 3: https://github.com/sidneiweber/ansible-modules-rds-cluster.
Em quarta-feira, 5 de janeiro de 2022 às 06:39:50 UTC-3, [email protected] escreveu: > anyone have any idea on this one? > > On Tuesday, 4 January 2022 at 15:11:47 UTC Tony wrote: > >> I want to use the community.aws.rds_instance module to create an Aurora >> DB. >> >> However I am a bit stuck on the cluster element when using the below >> example: >> >> - name: create minimal aurora instance in default VPC and default subnet >> group community.aws.rds_instance: engine: aurora db_instance_identifier: >> ansible-test-aurora-db-instance instance_type: db.t2.small password: "{{ >> password }}" username: "{{ username }}" cluster_id: ansible-test-cluster # >> This cluster must exist - see rds_cluster to manage it >> >> How do I handle the cluster element? I am not sure what the "see >> rds_cluster" descriptor means, I cant find any other modules to handle the >> cluster. >> >> Any help anyone? >> >> Cheers >> > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/874bb109-c4e4-44de-812b-82a136a4c2a2n%40googlegroups.com.
