6059246093
* efs.py: Add support for EFS provisioned throughput * efs_facts.py: Add support for EFS provisioned throughput * efs_facts integration tests updated with provision throughput * efs_facts: Tests refactoring - add failure and success playbook according to botocore version. * efs_facts: More tests and new option descriptions adjustment * efs_facts tests renamed to efs
8 lines
107 B
YAML
8 lines
107 B
YAML
- hosts: localhost
|
|
connection: local
|
|
|
|
vars:
|
|
resource_prefix: 'ansible-testing'
|
|
|
|
roles:
|
|
- efs
|