I might be asking something obvious here, but anyway: I've a private repo on GitHub, with an account on a read-only team there. I would like to run ansible-pull in one step with that repo, but I can't seem to figure out how to tell ansible-pull to use the correct deploy key on GH. The git module in main ansible has options such as key_file (and accept_hostkey). There don't seem to be analogues for ansible-pull.
A workaround would be to pull that repo some other way to localhost, then run ansible-playbook -c local. I don't particularly like that - for a variety of reasons (not all of a technical nature) I'm looking for a minimalist solution: install ansible, drop one key file on the host, and append one short line to cron. -- 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/d906bf9c-d3b1-46c5-b781-6db8f0a70a8c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
