mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
support ovirt4 as a built-in inventory source
see: https://github.com/ansible/ansible-tower/issues/6522
This commit is contained in:
committed by
Matthew Jones
parent
4510cd11db
commit
74f2509482
@@ -821,6 +821,16 @@ OPENSTACK_HOST_FILTER = r'^.+$'
|
||||
OPENSTACK_EXCLUDE_EMPTY_GROUPS = True
|
||||
OPENSTACK_INSTANCE_ID_VAR = 'openstack.id'
|
||||
|
||||
# ---------------------
|
||||
# ----- oVirt4 -----
|
||||
# ---------------------
|
||||
OVIRT4_ENABLED_VAR = 'status'
|
||||
OVIRT4_ENABLED_VALUE = 'up'
|
||||
OVIRT4_GROUP_FILTER = r'^.+$'
|
||||
OVIRT4_HOST_FILTER = r'^.+$'
|
||||
OVIRT4_EXCLUDE_EMPTY_GROUPS = True
|
||||
OVIRT4_INSTANCE_ID_VAR = 'id'
|
||||
|
||||
# ---------------------
|
||||
# ----- Foreman -----
|
||||
# ---------------------
|
||||
|
||||
Reference in New Issue
Block a user