Allow use of fallback instance_ids

This commit is contained in:
AlanCoding
2019-04-04 12:20:35 -04:00
committed by Jim Ladd
parent 3ae4417af4
commit 1970fac989
2 changed files with 16 additions and 8 deletions

View File

@@ -702,7 +702,7 @@ EC2_ENABLED_VAR = 'ec2_state'
EC2_ENABLED_VALUE = 'running'
# Inventory variable name containing unique instance ID.
EC2_INSTANCE_ID_VAR = 'ec2_id'
EC2_INSTANCE_ID_VAR = 'ec2_id,instance_id'
# Filter for allowed group/host names when importing inventory from EC2.
EC2_GROUP_FILTER = r'^.+$'