mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
add a unique UUID for identifying an AWX installation
This commit is contained in:
@@ -46,7 +46,8 @@ def config(since):
|
||||
'release': platform.release(),
|
||||
'type': install_type,
|
||||
},
|
||||
'system_uuid': settings.SYSTEM_UUID,
|
||||
'install_uuid': settings.INSTALL_UUID,
|
||||
'instance_uuid': settings.SYSTEM_UUID,
|
||||
'tower_url_base': settings.TOWER_URL_BASE,
|
||||
'tower_version': get_awx_version(),
|
||||
'ansible_version': get_ansible_version(),
|
||||
|
||||
Reference in New Issue
Block a user