By design from our software architect the regular access path to the jails is ssh + sudo + jexec and as this looks very sensible to me I would like to follow this way using Ansible.
Our jails usually do have private IPs and have no ssh daemon running. I could suggest to have a ssh daemon running inside the jail, but I'm not free to expose an ssh daemon in a jail to the internet. So I would need to tunnel the ssh connection through the server hosting the jails which requires quite some configuration I rather would not need to manage. Also, inside the jails we do not have the user accounts we use to ssh into the server, which complicates the ssh connection even more. David On 09.12.2014 14:37, Brian Coca wrote: > I normally exposed the jails over ssh and just used the raw module to > bootstrap ansible (install python). -- 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/5487048D.6080706%40mvua.de. For more options, visit https://groups.google.com/d/optout.
