Paul Belanger f76f8e10bf
Run functional tests against 127.0.0.2
Both connection local and 127.0.0.1 have special meaning for ansible,
where will use the local filesystem vs SSH to the loopback adapter.

So, we use 127.0.0.2 to force ansible to make an SSH connection.

Change-Id: I2d2f81c47bcfc4743e2e9d24347421f892301160
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-09-05 18:50:43 -04:00
2015-11-25 10:05:04 -05:00
2016-02-17 13:10:52 -05:00
2016-03-29 15:25:32 -04:00
2016-02-25 21:16:53 -05:00
2015-11-25 10:05:04 -05:00
2015-11-25 10:05:04 -05:00
2015-11-25 10:05:04 -05:00
2016-02-17 13:10:52 -05:00
2015-11-25 10:05:04 -05:00
2015-11-25 10:05:04 -05:00
2015-11-25 10:05:04 -05:00
2016-02-23 21:48:59 +00:00

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
Description
Ansible role to manage SSH
Readme 210 KiB
Languages
Python 63.4%
Jinja 36.6%