From afe23af2cfe8587175406f4adacd3cd6bed5f4ec Mon Sep 17 00:00:00 2001 From: ipvsean Date: Tue, 25 Feb 2020 19:38:19 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2dc9099..79bbf5a 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ this is currently under construction and working on a minimal viable demo for te # How to use -## Fill in login information for Ansible Tower +## 1. Provide login information for Ansible Tower Modify the `tower_login_info.yml` that is included in this repo with the username, password and IP address (or DNS name) of your Ansible Tower -## Choose your demo +## 2. Choose your demo Modify the `choose_demo.yml` that is included in this repo with demo name you want. -## Run Ansible Playbook +## 3. Run Ansible Playbook ``` ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml -e @tower_login_info.yml