Files
awx/awx/api/templates/api/api_v2_config_view.md
Alan Rominger 97a5e87448 Update templates for feature removals
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
2023-03-14 09:40:48 -04:00

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 beneath project_base_dir to 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 in awx-manage commands.
  • 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 %}