I’m looking at the Ansible ‘authorized_key’ module and I’m unable to figure out whether it’s possible to push locally stored .pub keys to the authorized_keys file on a remote host. I don’t want to go the route of uploading .pub keys to a webserver and use URL links to transfer the keys to the target machine’s ‘authorized_key’ file. Is there another way to achieve this via Ansible? Please let me know if I’m not making much sense.