From a690993ec03389932d799875e769708981f57cb2 Mon Sep 17 00:00:00 2001 From: ipvsean Date: Tue, 3 Mar 2020 09:05:23 -0500 Subject: [PATCH] syncing more examples --- README.md | 16 +++++----- choose_demo.yml | 7 +++- playbooks/11_developer_report.yml | 16 ++++++++++ playbooks/group_vars/all/all.yml | 11 +++++++ roles/developer_report/tasks/main.yml | 9 ++++++ roles/developer_report/templates/report.j2 | 37 ++++++++++++++++++++++ tower_login_info.yml | 3 -- 7 files changed, 87 insertions(+), 12 deletions(-) create mode 100644 playbooks/11_developer_report.yml create mode 100644 roles/developer_report/tasks/main.yml create mode 100644 roles/developer_report/templates/report.j2 delete mode 100644 tower_login_info.yml diff --git a/README.md b/README.md index 92ca57e..4d9e01d 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,15 @@ this is currently under construction and working on a minimal viable demo for te # How to use -## 1. Provide login information for Ansible Tower +## 1. Provide login information and choose demo -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 + - Modify the `choose_demo.yml` file that is included in this repo with the username, password and IP address (or DNS name) of your Ansible Tower + - Choose the demo name you want from the table below (or choose `all`) -## 2. Choose your demo - -Modify the `choose_demo.yml` that is included in this repo with demo name you want. - -## 3. Run Ansible Playbook +## 2. Run Ansible Playbook ``` -ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml -e @tower_login_info.yml +ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml ``` # Demo Repository @@ -24,11 +21,13 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml -e @tower_login_ Demo Name Description + Video Walkthrough Workshop Types Deploy Application simple survey to install yum applications on Linux + Youtube Video