From 7dbd21986755886c718c309a6aa9f125c3792532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 1 Mar 2019 11:58:35 +0100 Subject: [PATCH] cleanup doc --- support/awx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/awx/README.md b/support/awx/README.md index 49b2535..c4833d3 100644 --- a/support/awx/README.md +++ b/support/awx/README.md @@ -19,7 +19,7 @@ Search for those placeholders to replace: Use the tower-cli to create the resources in Tower: ```sh -tower-cli send -h ansible.app.itix.fr -u admin -p secret support/awx/tower-assets.yaml +tower-cli send -h tower.hostname -u admin -p secret support/awx/tower-assets.yaml ``` You can now provision an API from your favourite CI/CD tool. For example, from Jenkins you could use: