38035/add-authorized-key-taken-from-a-url-ansible
Hey @Lopez, you can use the authorized_key plugin provided by ansible. Something like this:
- name: Set authorized keys taken from url authorized_key: user: charlie state: present key: https://github.com/charlie.keys
Hey @Altis, you can use the module ...READ MORE
Hi@akhtar, You can use the ec2_key module in ...READ MORE
Hey @Rajni, you can register the variable ...READ MORE
Hey @kailash use the authorized_key plugin that ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Follow these steps @Ruth: Generate ssh key ssh-keygen Check the ...READ MORE
Hey Ayaan, you could probably use this ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.