On 02.06.16 22:05 Tom Hanson wrote:

[ maybe snip the fullquote the next time, makes mails very long...]

> yes, My key works on the servers after they are configured 

My guess: Connecting as root the first time works, as you tell ansible
with which user it should connect. After that, ansible is missing this
info. And I guess the target username is not the one you have on your
controller.

What happens if you include the following into your update.yml:

vars:
  ansible_user: foobar

And replace foobar with the user on the remote machine.

If that does not solve it, then maybe the VPN is the reason, and ssh
login is only allowed on some IPs or from some IPs. That would be a
task in the first ansible playbook, maybe have a look.

Johannes

-- 
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/57512DF3.4040004%40ojkastl.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to