From 40453cb9d67bf72da65c19908d922caccbd3a4b3 Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Fri, 20 Dec 2024 05:08:21 +0900 Subject: [PATCH] fix token variable name (#1015) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bef7eae83..863ce795e 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Define following vars here, or in `aap_configs/controller_auth.yml` You can also specify authentication by a combination of either: - `aap_hostname`, `aap_username`, `aap_password` -- `aap_hostname`, `controller_oauthtoken` +- `aap_hostname`, `aap_token` The OAuth2 token is the preferred method. You can obtain the token through the preferred `controller_token` module, or through the AWX CLI [login](https://docs.ansible.com/automation-controller/latest/html/controllerapi/authentication.html)