summaryrefslogtreecommitdiff
path: root/test/integration/targets/inventory_aws_rds/templates/inventory_with_cache.j2
blob: ba227e3082df12d5da54b033e92d2f272ac35f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
plugin: aws_rds
cache: True
cache_plugin: jsonfile
cache_connection: aws_rds_cache_dir
aws_access_key_id: '{{ aws_access_key }}'
aws_secret_access_key: '{{ aws_secret_key }}'
{% if security_token | default(false) %}
aws_security_token: '{{ security_token }}'
{% endif %}
regions:
  - '{{ aws_region }}'
filters:
  db-instance-id: "{{ resource_prefix }}-mariadb"