From 408d208526f6fbc2ac975e0b249e41b2c166c55d Mon Sep 17 00:00:00 2001 From: Jakob Reiter Date: Fri, 22 Jan 2021 13:42:45 +0100 Subject: [PATCH 1/2] Fixed link for "small playbook" The "small playbook" link was causing a 404 as the page was moved and does live in a different place on /current/. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0563674..470c180 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ansible role for installing [Elastic Cloud Enterprise](https://www.elastic.co/pr ## Contents of this role -A minimal example of a [small playbook](https://www.elastic.co/guide/en/cloud-enterprise/current/ece-topology-example1.html) might look like this: +A minimal example of a [small playbook](https://www.elastic.co/guide/en/cloud-enterprise/current/ece-install-small-cloud.html) might look like this: ```yaml --- From 3b6b52e7eb96b221f13ccec463de1963e31a0523 Mon Sep 17 00:00:00 2001 From: Jakob Reiter Date: Fri, 22 Jan 2021 13:48:59 +0100 Subject: [PATCH 2/2] Fixed "medium playbook" link Same issue for the medium playbook. URL changed on /current/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 470c180..b2c0ec4 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ In order to use this ansible playbook for building a VM image, the following tag ### Medium sized first installation of Elastic Cloud Enterprise -This example installs Elastic Cloud Enterprise as detailed in "A medium installation with separate management services" [in the official documentation](https://www.elastic.co/guide/en/cloud-enterprise/current/ece-topology-example2.html) and brings you up to *step 5 - Modify the first host you installed Elastic Cloud Enterprise on* +This example installs Elastic Cloud Enterprise as detailed in "A medium installation with separate management services" [in the official documentation](https://www.elastic.co/guide/en/cloud-enterprise/current/ece-install-medium-cloud.html) and brings you up to *step 5 - Modify the first host you installed Elastic Cloud Enterprise on* `site.yml`: ```yaml