On Mon, 02 Feb 2015 10:38 -0800, Ananda Debnath <[email protected]> wrote: > Hi Ansiblers, > > I have an Ansible controller machine that contains my playbooks, custom > libraries, key files etc. > I have an inventory of host machines and CentOS VM's that run on these > host > machines. The VMs aren't directly accessible from the Ansible box. To get > to each VM manually, I need to ssh into each host machine and then ssh > into > the specific VM.
Your scenario seems similar to having a bastion host so the SSH ProxyCommand directive might help. https://www.google.com/search?q=ansible+bastion+host Giovanni -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1422904123.3113406.222111909.55E53329%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
