mirror of
https://github.com/ansible/awx.git
synced 2026-02-05 11:34:43 -03:30
1.2 KiB
1.2 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 project.time_zone: The configured time zone for the server.license_info: Information about the current license.version: Version of Ansible Tower package installed.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 %}