ansible-role-ssh/README.rst

823 B

ansible-role-ssh

Ansible role to manage SSH

Description

Secure Shell is a cryptographic (encrypted) network protocol to allow remote login and other network services to operate securely over an unsecured network.

Requirements

Packages

Package repository index files should be up to date before using this role, we do not manage them.

Role Variables

Dependencies

Example Playbook

- name: Install ssh
  hosts: ssh
  roles:
    - ansible-role-ssh