mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
add instance_id for gce imported hosts
This commit is contained in:
@@ -814,7 +814,7 @@ GCE_ENABLED_VALUE = 'running'
|
||||
GCE_GROUP_FILTER = r'^.+$'
|
||||
GCE_HOST_FILTER = r'^.+$'
|
||||
GCE_EXCLUDE_EMPTY_GROUPS = True
|
||||
GCE_INSTANCE_ID_VAR = None
|
||||
GCE_INSTANCE_ID_VAR = 'gce_id'
|
||||
|
||||
# --------------------------------------
|
||||
# -- Microsoft Azure Resource Manager --
|
||||
|
||||
Reference in New Issue
Block a user