tripleo-common/roles/tripleo-ssh-known-hosts
James Slagle dfa6cf77bc Add tripleo-ssh-known-hosts role
Support the SshKnownHostsDeployment resources from Heat with a new
Ansible role in tripleo-common for use by config-download. The new role
will configure /etc/ssh/ssh_known_hosts in the same manner that the Heat
deployments did.

Change-Id: I9314596f9ab48e95ba34d08dba9abfee2f8d2e0c
Partial-Bug: #1746336
2018-01-30 15:31:37 -05:00
..
defaults Add tripleo-ssh-known-hosts role 2018-01-30 15:31:37 -05:00
handlers Add tripleo-ssh-known-hosts role 2018-01-30 15:31:37 -05:00
meta Add tripleo-ssh-known-hosts role 2018-01-30 15:31:37 -05:00
tasks Add tripleo-ssh-known-hosts role 2018-01-30 15:31:37 -05:00
templates Add tripleo-ssh-known-hosts role 2018-01-30 15:31:37 -05:00
README.md Add tripleo-ssh-known-hosts role 2018-01-30 15:31:37 -05:00

README.md

tripleo-ssh-known-hosts

An Ansible role to add all SSH host keys to the host level known hosts file on all hosts.

Requirements

This section needs to be documented.

Role variables

  • ssh_known_hosts: -- Dict of hostname to ssh_known_hosts entries for a given host

Dependencies

None.

Example Playbook

Sample playbook to call the role:

  • name: Configure SSH known hosts hosts: all roles:
    • tripleo-ssh-known-hosts

License

Free software: Apache License (2.0)

Author Information

OpenStack TripleO team