tripleo-ansible/tripleo_ansible/roles/tripleo-ssh-known-hosts
Kevin Carter 90eb3366d4 Import tripleo-ssh-known-hosts role
The tripleo-ssh-known-hosts from tripleo-common has been imported
into tripleo-ansible. Role tests have been added using molecule
testing the loading and unloading capbailities of this role.

Documentation hooks have been created showing how the role can
be used.

Change-Id: Id5809909b304860b25233e81bc7abeec3b0d8890
Signed-off-by: Kevin Carter <kevin@cloudnull.com>
2019-06-19 23:06:09 -05:00
..
defaults Import tripleo-ssh-known-hosts role 2019-06-19 23:06:09 -05:00
meta Import tripleo-ssh-known-hosts role 2019-06-19 23:06:09 -05:00
molecule/default Import tripleo-ssh-known-hosts role 2019-06-19 23:06:09 -05:00
tasks Import tripleo-ssh-known-hosts role 2019-06-19 23:06:09 -05: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