ssh config management
Description
SSH configuration file management should be added to this role. My use case: I want to disable SSH with password, so I want to set 3 parameters:
ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM yes
Proposal
I have no idea. I am widely opened for any sugestions. Maybe it should be a private role in playbook where I need it?