From b7769df794ab8050584c9f6954469c0c954c8e2a Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Mon, 1 Jul 2019 08:16:08 +0200 Subject: [PATCH] Update README.md --- cloud/ansible/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cloud/ansible/README.md b/cloud/ansible/README.md index 850de3fd..8317dc92 100644 --- a/cloud/ansible/README.md +++ b/cloud/ansible/README.md @@ -238,6 +238,9 @@ Go to the [`openstack`](openstack) folder and run the Anible Playbook with: `ansible-playbook deploy_tpot.yaml` (Yes, it is as easy as that :smile:) +If you are running on a machine which asks for a sudo password, you can use: +`ansible-playbook --ask-become-pass deploy_tpot.yaml` + The Playbook will first install required packages on the Anible 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.