Skip to content

yatesr/ansible-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

sshd

Role Variables


# Enables managing sshd config, defaults to on.
manage_sshd: true

# Default service name for ssh if it doesn't match anything in vars/.  Shouldn't need to set this if you have a Debian or RedHat based distro.
ssh_service_name: sshd

Example Playbook

playbook.yml


---
- hosts: all
  roles:
  - sshd

License

Apache 2.0

Author Information

Ryan Yates

About

Ansible role for managing sshd config

Resources

Stars

Watchers

Forks

Packages

No packages published