From 6224146cde8bb233203e87372c66c741caede266 Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Fri, 25 Oct 2019 12:37:16 +0200 Subject: [PATCH] Update README:md: Agent Forwarding --- cloud/ansible/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/cloud/ansible/README.md b/cloud/ansible/README.md index 359e5bf7..cd21a9f6 100644 --- a/cloud/ansible/README.md +++ b/cloud/ansible/README.md @@ -50,19 +50,13 @@ For other OSes and Distros have a look at the official [Ansible Documentation](h ## Agent Forwarding -Agent Forwarding must be enabled in order to let Ansible do its work. +If you run the Ansible Playbook remotely on your Ansible Master Server, Agent Forwarding must be enabled in order to let Ansible connect to newly created machines. - On Linux or macOS: - Create or edit `~/.ssh/config` - - If you run the Ansible Playbook remotely on your Ansible Master Server: ``` Host ANSIBLE_MASTER_IP ForwardAgent yes ``` - - If you run the Ansible Playbook locally, enable it for all hosts, as this includes newly generated T-Pots: - ``` - Host * - ForwardAgent yes - ``` - On Windows using Putty for connecting to your Ansible Master Server: ![Putty Agent Forwarding](doc/putty_agent_forwarding.png)