From 02ce332b265c466a10ca6ce11c9a06e9c3919620 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 27 Apr 2018 01:40:17 +0100 Subject: [PATCH] docs: show become_user example for connection delegation. --- docs/ansible.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index 18ee53ea..6ac03ca0 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -237,10 +237,11 @@ command line, or as host and group variables. [dc2:vars] mitogen_via = bastion.dc2 - # Prod bastions are reachable via a corporate network gateway. + # Prod bastions are reachable via a magic account on a + # corporate network gateway. [bastions] - bastion.dc1 mitogen_via=corp-gateway.internal - bastion.dc2 mitogen_via=corp-gateway.internal + bastion.dc1 mitogen_via=prod-ssh-access@corp-gateway.internal + bastion.dc2 mitogen_via=prod-ssh-access@corp-gateway.internal [corp-gateway] corp-gateway.internal