Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorized keys should use Ansible module instead of template #5

Closed
aosmialowski opened this issue Sep 24, 2015 · 2 comments
Closed

Comments

@aosmialowski
Copy link

Authorized keys should use Ansible authorized_key module instead of template module which causes issues in some cases, ex. Vagrant environments where vagrant user public key is being inserted on virtual machine setup.

@franklinkim
Copy link
Member

right, thx, will take a look into it since it now supports strings as well.
also happy to merge a pull request ;)

@franklinkim
Copy link
Member

Implemented authorized_key module. Please read the commit message here here why you now have to define the a user's authorized_keys variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants