From 4db8f60ddfdc93746803f8c697679aefa799e342 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Fri, 27 Mar 2020 08:42:53 +0100 Subject: [PATCH] Update README.md --- cloud/ansible/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cloud/ansible/README.md b/cloud/ansible/README.md index e52da17e..15aed061 100644 --- a/cloud/ansible/README.md +++ b/cloud/ansible/README.md @@ -226,6 +226,8 @@ If you are running on a machine which asks for a sudo password, you can use: The Playbook will first install required packages on the Ansible Master and then deploy a new server instance. After that, T-Pot gets installed and configured on the newly created host, optionally custom configs are applied and finally it reboots. +Once this is done, you can proceed with connecting/logging in to the T-Pot according to the [documentation](https://github.com/dtag-dev-sec/tpotce#ssh-and-web-access). + # Further documentation - [Ansible Documentation](https://docs.ansible.com/ansible/latest/)