I'd have suggested using SSH agent forwarding. If it worked. This is a classic example of where it should be used.
--
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-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/8b63043d-aa8a-434f-a3cb-acdce2ac67b9%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Ansible Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ansible-project/i31-qVAv4JM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/20140305202555.GA21165%40tiggr.ww.mens.de.
why not encrypt the file itself? ansible-vault should be able to handle it.
As for extraction, maybe the following could work (untested!) Itdecodes the base64-encoded string (-d) and writes it to the specified
destination.
- action: shell echo "{{ myfile }}" | openssl enc -d -a -out {{ destfile }}
--
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-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2BfnDAYO-nxwGy5P6FBq9H7dVvO5PLn39v1%2Bwuhhc3hznY5krg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/bb5b9c95-378b-4a3f-9e73-1d8235af3524%40googlegroups.com.