ansible/test/integration/targets/aws_ses_identity/defaults/main.yaml
Ed Costello d16bc1c3f4 New aws_ses_identity module to manage AWS Simple Email Service Identity (#31140)
* Add aws_ses_identity module

* Update CI alias, add BotoCoreError exception handling.

* Add SES and SNS permissions to hacking/aws_config to run aws_ses_identity integration tests
2018-01-29 15:35:49 -05:00

4 lines
177 B
YAML

---
email_identity: "{{ resource_prefix }}@example.com"
domain_identity: "{{ resource_prefix }}.example.com"
notification_queue_name: "{{ resource_prefix }}-notification-queue"