I think this is the right place for iam_role_arn in the tests?

This commit is contained in:
Jim Ladd
2020-02-25 11:51:41 -08:00
committed by AlanCoding
parent 96c6cf9f05
commit 6807878e2d

View File

@@ -1,5 +1,4 @@
boto_profile: /tmp/my_boto_stuff boto_profile: /tmp/my_boto_stuff
iam_role_arn: arn:aws:iam::123456789012:role/test-role
compose: compose:
ansible_host: public_ip_address ansible_host: public_ip_address
ec2_account_id: owner_id ec2_account_id: owner_id
@@ -54,6 +53,7 @@ hostnames:
- network-interface.addresses.association.public-ip - network-interface.addresses.association.public-ip
- dns-name - dns-name
- private-dns-name - private-dns-name
iam_role_arn: arn:aws:iam::123456789012:role/test-role
keyed_groups: keyed_groups:
- key: placement.availability_zone - key: placement.availability_zone
parent_group: zones parent_group: zones