ansible/test/integration/targets/aws_ses_rule_set/defaults/main.yaml
Ed Costello b70d5d9aee [AWS] ses rule set module for inbound email processing (#42781)
* Add module ses_rule_set for Amazon SES

* Update behaviours and naming to be consistent with other aws_ses_ modules.

* Add global lock around tests using active rule sets to prevent intermittent test failures.

* Fix deletion of rule sets so that we don't inactivate the active rule set
when force deleting an inactive rule set.
2018-11-14 12:15:24 -05:00

9 lines
339 B
YAML

---
default_rule_set: "{{ resource_prefix }}-default-rule-set"
second_rule_set: "{{ resource_prefix }}-second-rule-set"
# See comment in obtain-lock.yaml for definitions of these variables
max_obtain_lock_attempts: 10
obtain_lock_delay_seconds: 30
lock_timeout_seconds: 900
lock_log_group_prefix: "ansible-testing-locks/aws_ses_rule_set"