From d25bbd0032d7d9a1e21126f1416d33d2eb0b1a90 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Sun, 30 Jun 2019 14:36:59 +0200 Subject: [PATCH] Update README.md --- cloud/ansible/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cloud/ansible/README.md b/cloud/ansible/README.md index c48030d8..b3cd409c 100644 --- a/cloud/ansible/README.md +++ b/cloud/ansible/README.md @@ -1,8 +1,12 @@ -# Ansible T-Pot Deployment on Open Telekom Cloud :cloud: +# T-Pot Ansible Here you can find a ready-to-use solution for your automated T-Pot deployment using [Ansible](https://www.ansible.com/). -It consists of multiple Ansible Playbooks, which can be reused across all Cloud Providers (like AWS, Azure, Digital Ocean). -This example showcases the deployment on our own Public Cloud Offering [Open Telekom Cloud](https://open-telekom-cloud.com/en). +It consists of an Ansible Playbook with multiple roles, which is reusable for all [OpenStack](https://www.openstack.org/) based clouds (e.g. Open Telekom Cloud, Orange Cloud, Telefonica Open Cloud, OVH) out of the box. +Apart from that you can easily adapt the deploy role to use other [cloud providers](https://docs.ansible.com/ansible/latest/modules/list_of_cloud_modules.html) (e.g. AWS, Azure, Digital Ocean, Google). + +The Playbook first creates a new server and then installs and configures T-Pot. + +This example showcases the deployment on our own OpenStack based Public Cloud Offering [Open Telekom Cloud](https://open-telekom-cloud.com/en). # Table of contents - [Installation of Ansible Master](#installation) @@ -113,7 +117,7 @@ The settings are located in the following files: ## Configure `.otc_env.sh` -Enter your Open Telekom Cloud API user credentials here (username, password, tennant-ID, project name): +Enter your Open Telekom Cloud API user credentials here (username, password, tenant-ID, project name): ``` export OS_USERNAME=your_api_user export OS_PASSWORD=your_password