mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
revert EC2_INSTANCE_ID_VAR
This commit is contained in:
@@ -708,7 +708,7 @@ EC2_ENABLED_VAR = 'ec2_state'
|
|||||||
EC2_ENABLED_VALUE = 'running'
|
EC2_ENABLED_VALUE = 'running'
|
||||||
|
|
||||||
# Inventory variable name containing unique instance ID.
|
# Inventory variable name containing unique instance ID.
|
||||||
EC2_INSTANCE_ID_VAR = 'ec2_id,instance_id'
|
EC2_INSTANCE_ID_VAR = 'ec2_id'
|
||||||
|
|
||||||
# Filter for allowed group/host names when importing inventory from EC2.
|
# Filter for allowed group/host names when importing inventory from EC2.
|
||||||
EC2_GROUP_FILTER = r'^.+$'
|
EC2_GROUP_FILTER = r'^.+$'
|
||||||
|
|||||||
Reference in New Issue
Block a user