tripleo-ansible/tripleo_ansible/roles/tripleo-ssh-known-hosts
James Slagle cb7ab955c0 Add template mode to tripleo-ssh-known-hosts
Adds the ability to generate the ssh known hosts configuration using a
jinja2 template. The previous behavior is maintained before
tripleo-heat-templates is migrated over to use the new template mode.
Once tripleo-heat-templates is migrated, the old mode that relied on the
tripleo_ssh_known_hosts variable can be removed.

Change-Id: Ie6546c74b452be322e7a4d046d2d58b42c6ccee8
2019-07-11 18:08:07 -04:00
..
defaults Add template mode to tripleo-ssh-known-hosts 2019-07-11 18:08:07 -04:00
meta Import tripleo-ssh-known-hosts role 2019-06-19 23:06:09 -05:00
molecule Remove irrelevant files 2019-07-05 14:33:11 +00:00
tasks Add template mode to tripleo-ssh-known-hosts 2019-07-11 18:08:07 -04:00
README.md Import tripleo-ssh-known-hosts role 2019-06-19 23:06:09 -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