>
> I wonder if/how is it possible to chain ssh and lxd connections in order 
> to manipulate lxd/docker containers on remote physical servers
>

Are the lxd or docker containers reachable by SSH? Are the addresses 
routable to your ansible control host? Just use SSH.

If not routable, but are running SSH, you can probably use ProxyCommand in 
ssh_config. e.g. ProxyCommand ssh -W %h:%p

Cheers,
Paul 

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/72a63537-5421-4ff6-be28-de6f31748a41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to