Skip to content

wahlax/ansible-ssh_config-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH config with Ansible

Role for configuring ssh. Entries are validated.

Optional Parameters

  • sshconfig_custom_sshd_config - additional configs with key and value
sshconfig_custom_sshd_config:
  - key: "PasswordAuthentication"
    value: "yes"

Testing

Credit: Tested with vagrant image from @geerlingguy's Ansible for Devops

Run the following from the test directory:

Initial Install

vagrant up

Reapply provisioning

vagrant provision

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published