mirror of
https://github.com/ansible/awx.git
synced 2026-03-31 07:45:08 -02:30
MOVE the config template v1 to v2 delete other v1 views since v1 is deleted the host fact gather collection over time was removed also the job start view was removed Insights integration was changed and the host insights view no longer exists Slightly modernize config help
1.4 KiB
1.4 KiB
{% ifmeth GET %}
Site configuration settings and general information
Make a GET request to this resource to retrieve the configuration containing the following fields (some fields may not be visible to all users):
project_base_dir: Path on the server where projects and playbooks are
stored.project_local_paths: List of directories beneathproject_base_dirto use when creating/editing a manual project.time_zone: The configured time zone for the server.license_info: Information about the current license.version: Version of Ansible Tower package installed.custom_virtualenvs: Deprecated venv locations from before migration to execution environments. Export tooling is inawx-managecommands.eula: The current End-User License Agreement {% endifmeth %}
{% ifmeth POST %}
Install or update an existing license
(New in Ansible Tower 2.0.0) Make a POST request to this resource as a super user to install or update the existing license. The license data itself can be POSTed as a normal json data structure.
(New in Ansible Tower 2.1.1) The POST must include a eula_accepted boolean
element indicating acceptance of the End-User License Agreement.
{% endifmeth %}
{% ifmeth DELETE %}
Delete an existing license
(New in Ansible Tower 2.0.0) Make a DELETE request to this resource as a super user to delete the existing license {% endifmeth %}