From 840bb8761098eea7651c5daa1382c0b16a6fdf37 Mon Sep 17 00:00:00 2001
From: Guillaume Coré <gucore@redhat.com>
Date: Wed, 11 Dec 2019 13:11:41 +0100
Subject: [PATCH] README: Add link to Tony's video

---
 README.adoc |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/README.adoc b/README.adoc
index 7085716..ad801d0 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,21 +1,23 @@
 == Overview
 
 Ansible Agnostic Deployer, AKA *AAD*, AKA *AgnosticD*, is a fully automated 2
- Phase deployer for building and deploying everything from basic infrastructure 
+ Phase deployer for building and deploying everything from basic infrastructure
   to fully configured running application environments running on either public
    Cloud Providers or OpenShift clusters.
 
 
 *AgnosticD* is not an OpenShift Deployer, though it can and does that, it is
  however also a deployer that just happens to be used to deploy a lot of
-  OpenShift and OpenShift workloads, amongst other things. 
+  OpenShift and OpenShift workloads, amongst other things.
 
 === Make your first Deployment
+
+Check out this link:https://www.youtube.com/watch?v=lfHYwXJhKB0[Video Introduction to deploying with Ansible AgnosticD]!
 
 There are many link:./ansible/configs[configs] you can choose from, here are two
  that you can start with and modify to fit your needs:
 
-* link:./ansible/configs/three-tier-app/README.adoc[Three Tier App] - Relatively 
+* link:./ansible/configs/three-tier-app/README.adoc[Three Tier App] - Relatively
  simple environment, which deploys by default just a bunch of Linux hosts ready
   to be configured.
 
@@ -23,7 +25,7 @@
  installed OpenShift Cluster is what you are looking for then take a look here.
 
 * link:./ansible/roles/ocp-workload-3scale-multitenant/readme.adoc[OpenShift 3Scale
- Deployment] - Want to deploy a workload onto your existing OpenShift Cluster? 
+ Deployment] - Want to deploy a workload onto your existing OpenShift Cluster?
   or local instance running on your laptop?  3Scale is an example of one of
    around *30* OpenShift workloads ready to go.
 
@@ -33,8 +35,8 @@
  existing OpenShift cluster. Roles can be found link:./ansible/roles/[here] and
   begin `ocp-workload-*`.
 
-* For _Configs_ each contain 5 deployment playbooks and supporting files executed 
- in sequence and combined with a Cloud Provider to deploy basic infrastructure 
+* For _Configs_ each contain 5 deployment playbooks and supporting files executed
+ in sequence and combined with a Cloud Provider to deploy basic infrastructure
   through to fully configured applications.
 
 image::docs/images/agnosticd_flow.png[width=100%]
@@ -42,7 +44,7 @@
 
 === Getting Started
 
-The accompanying documentation explains how to achieve all this, extend it and 
+The accompanying documentation explains how to achieve all this, extend it and
  add both your own environments, hereafter called _configs_ and a lot lot more.
 Well designed _configs_, can be easily abstracted to allow deployment to multiple
  different Public and Private Clouds including AWS, Azure, and others.
@@ -58,4 +60,3 @@
 * link:docs/Creating_an_OpenShift_Workload.adoc[Creating an OpenShift Workload Guide]
 * link:docs/Creating_a_config.adoc[Creating a Config Guide]
 // * link:docs/Creating_a_cloud_deployer.adoc[Creating a Cloud Deployer Guide]
-

--
Gitblit v1.9.3