First to note is I am pretty new to ansible so I may be missing th obvious

in our systems there is a certificate stored on a specific host that I need 
to copy to all target hosts.  There is no direct SSH access from the host 
that the cert is on (and sometimes it actually has to be generated on that 
host as the CA is there).  I am trying to figure out how to pull the cert 
from the cert management host so I can push it to all of the hosts in a 
given playbook.

I have tried working through all of the "standard" file commands (fetch 
only fetches from the target nodes, copy requires I already have the file 
from the cert host, synchronize requires access from the cert host to the 
targets, delegate_to applied to any of these task attempts the copy/rsync 
etc. to be workable from the cert server to the targets.  I have not found 
a way to say "pull from the host 'foo' and push to all targets using the 
local system as a bridge".

Happy to hear any/all suggestions.

Thanks
Gordon

-- 
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/a268df31-0004-4795-bd15-8ca51d61a910%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to