From e8375353961da18c676aeab0f8ad4da6e2f2fb51 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 2 Apr 2025 17:32:11 +0200 Subject: [PATCH] Indicate tower_cli.cfg can also be in current directory (#15092) Update readme to provide more details on how tower_cli.cfg is used. Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> --- .../tools/roles/template_galaxy/templates/README.md.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 b/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 index def1d0c64d..bffd3eefab 100644 --- a/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 +++ b/awx_collection/tools/roles/template_galaxy/templates/README.md.j2 @@ -47,6 +47,7 @@ These can be specified via (from highest to lowest precedence): - direct module parameters - environment variables (most useful when running against localhost) - a config file path specified by the `tower_config_file` parameter + - a config file at `./tower_cli.cfg`, i.e. in the current directory - a config file at `~/.tower_cli.cfg` - a config file at `/etc/tower/tower_cli.cfg` @@ -60,6 +61,15 @@ username = foo password = bar ``` +or like this: + +``` +host: https://localhost:8043 +verify_ssl: true +oauth_token: + +``` + ## Release and Upgrade Notes Notable releases of the `{{ collection_namespace }}.{{ collection_package }}` collection: