From 3b1e4e84028319eb4837f5726350f2633cf9c13b Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Fri, 10 May 2019 00:58:41 +0200 Subject: [PATCH] Update README.md --- cloud/open-telekom-cloud/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/open-telekom-cloud/README.md b/cloud/open-telekom-cloud/README.md index 91fddc57..d43b5770 100644 --- a/cloud/open-telekom-cloud/README.md +++ b/cloud/open-telekom-cloud/README.md @@ -126,7 +126,8 @@ export OS_AUTH_URL=https://iam.eu-de.otc.t-systems.com/v3 ## Configure `.ecs_settings.sh` Here you can customize your Elastic Cloud Server (ECS): - - Password for the user `linux` (**you should definitely change that**) + - Password for the user `linux` (**you should definitely change that**) + You may have to adjust the `remote_user` in the Ansible Playbooks under [ansible](ansible) if you are using a normal/default Debian base image - (Optional) For using a custom `ews.cfg` set to `true`; See here: [Optional: Custom `ews.cfg`](#ews-cfg) - (Optional) Change the instance type (flavor) of the ECS. `s2.medium.8` corresponds to 1 vCPU and 8GB of RAM and is the minimum required flavor.