Ansible role to manage SSH
Go to file
OpenDev Sysadmins e9c82031e6 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:52:07 +00:00
defaults Add authorized_keys support 2019-01-26 18:41:28 -05:00
doc/source Initial commit 2015-11-25 10:05:04 -05:00
meta Updates for zuulv3 jobs 2018-05-18 20:35:18 -04:00
tasks Add authorized_keys support 2019-01-26 18:41:28 -05:00
templates Add authorized_keys support 2019-01-26 18:41:28 -05:00
tests Updates for zuulv3 jobs 2018-05-18 20:35:18 -04:00
vars Add support for ssh client 2016-02-25 21:16:53 -05:00
.gitignore Initial commit 2015-11-25 10:05:04 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:07 +00:00
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:52:07 +00:00
LICENSE Initial commit 2015-11-25 10:05:04 -05:00
README.rst Initial commit 2015-11-25 10:05:04 -05:00
bindep.txt Work around 2.2.1.0 regression 2017-01-22 13:32:51 -05:00
requirements.txt Updates for zuulv3 jobs 2018-05-18 20:35:18 -04:00
setup.cfg Initial commit 2015-11-25 10:05:04 -05:00
setup.py Initial commit 2015-11-25 10:05:04 -05:00
test-requirements.txt Initial commit 2015-11-25 10:05:04 -05:00
tox.ini Updates for zuulv3 jobs 2018-05-18 20:35:18 -04:00

README.rst

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