Role for configuring ssh. Entries are validated.
sshconfig_custom_sshd_config
- additional configs with key and value
sshconfig_custom_sshd_config:
- key: "PasswordAuthentication"
value: "yes"
Credit: Tested with vagrant image from @geerlingguy's Ansible for Devops
Run the following from the test directory:
vagrant up
vagrant provision