Skip to content

plamendelchev/ansible-sshd-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sshd Setup

Ansible Role for Setting Up sshd on EL-based Linux distributions. The role has not been tested on non EL-based distributions.

Role Variables

  • sshd_config_client_alive_count default: 3
  • sshd_config_client_alive_internal default: 60
  • sshd_config_name default: 00_custom.conf
  • sshd_config_port default: 22

Example Playbook

- hosts: servers
  roles:
    - role: ansible-sshd-setup
      vars:
        sshd_config_port: 9786

License

GPL-3.0

About

Ansible Role for Setting Up sshd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages