Ansible role to manage SSH
c7f8d4154e
Change-Id: I18688f5f13e7bb548f278df7fa5de623882b85c3 Signed-off-by: Paul Belanger <pabelanger@redhat.com> |
||
---|---|---|
defaults | ||
doc/source | ||
meta | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
bindep.txt | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
ansible-role-ssh
Ansible role to manage SSH
- License: Apache License, Version 2.0
- Documentation: https://ansible-role-ssh.readthedocs.org
- Source: https://git.openstack.org/cgit/openstack/ansible-role-ssh
- Bugs: https://bugs.launchpad.net/ansible-role-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