From 2fb1967ef17d6227de824b7fbccde4532b1bc2ad Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Sat, 13 Feb 2021 20:16:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26ae8dfa..d5135241 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ If you would like to contribute, you can add other cloud deployments like Chef o You can find an [Ansible](https://www.ansible.com/) based T-Pot deployment in the [`cloud/ansible`](cloud/ansible) folder. The Playbook in the [`cloud/ansible/openstack`](cloud/ansible/openstack) folder is reusable for all **OpenStack** clouds out of the box. -It first creates all resources (security group, network, subnet, router), deploys a new server and then installs and configures T-Pot. +It first creates all resources (security group, network, subnet, router), deploys one (or more) new servers and then installs and configures T-Pot on them. You can have a look at the Playbook and easily adapt the deploy role for other [cloud providers](https://docs.ansible.com/ansible/latest/scenario_guides/cloud_guides.html). Check out [Ansible Galaxy](https://galaxy.ansible.com/search?keywords=&order_by=-relevance&page=1&deprecated=false&type=collection&tags=cloud) for more cloud collections.