Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

resmo/ansible-role-sshd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH

Build Status

This role installs and configures the sshd on their hosts.

Requirements

This role requires Ansible 1.4 or higher, and platform requirements are listed in the metadata file.

Usage

Example playbook using the defaults:

- hosts: all
  remote_user: root
  roles:
  - resmo.sshd
  1. Install ntp and set some custom settings:

    file: group_vars/webservers


    sshd_permit_root_login: without-password

Example playbook:

- hosts: all
  remote_user: root
  roles:
  - resmo.sshd

License

BSD

Author Information

  • René Moser