From 401ad19fd135bf4caec72c8231fab58a5238de6f Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Tue, 17 Dec 2024 21:13:36 +0900 Subject: [PATCH] fix token variable name --- 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)