mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
I think this is the right place for iam_role_arn in the tests?
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user