Files
awx/awx/api/templates/api/api_v1_config_view.md
2018-02-06 10:12:57 -05:00

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 beneath project_base_dir to 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 %}